  /* To add additional profiles, seperate new class with a comma and include a unique id number. Example, profile6. Each additional profile will need a corresponding class to load the image and to load the image hover */
.profile1, .profile2, .profile3, .profile4, .profile5 {
	width:100%;
	height:190px;
    margin-bottom:0;
	border:1px solid red;
	}

.profile1 {
	background:transparent url('/content/dam/sfu/students/international/profile-pictures/profile1.jpg');
	background-size: 100%;
	background-repeat:no-repeat;
	}

.profile1:hover{
	background-image: url('/content/dam/sfu/students/international/profile-pictures/profile1-hover.jpg');
	}

.profile2 {
	background:transparent url('/content/dam/sfu/students/international/profile-pictures/profile2.jpg');
	background-size: 100%;
	background-repeat:no-repeat;
	}

.profile2:hover{
	background-image: url('/content/dam/sfu/students/international/profile-pictures/profile2-hover.jpg');
	opacity:1.0;
	}
	
/* Change '/content/dam/sfu/students/international/css/insert image url' with image link beginning with '/content/dam/sfu/students/international/profile-pictures/'. Please note, all images must be uploaded to the students >  ISS > staff profile folder in the DAM */

.profile3 {
	background:transparent url('/content/dam/sfu/students/international/profile-pictures/profile3.jpg');
	background-size: 100%;
	background-repeat:no-repeat;
	}

.profile3:hover{
	background-image: url('/content/dam/sfu/students/international/profile-pictures/profile3-hover.jpg');
	}

.profile4 {
	background:transparent url('/content/dam/sfu/students/international/css/insert image url');
	background-size: 100%;
	background-repeat:no-repeat;
	}

.profile4:hover{
	background-image: url('/content/dam/sfu/students/international/css/insert image url');
	}
	
.profile5 {
	background:transparent url('/content/dam/sfu/students/international/css/insert image url');
	background-size: 100%;
	background-repeat:no-repeat;
	}

.profile5:hover{
	background-image: url('/content/dam/sfu/students/international/css/insert image url');
	}