/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____

========================================================================================================================
*/

/*
Interior Team Section
==============================================
*/
.team-image-wrapper img {
    border: 5px solid #ecece8;
}

.int-team .team-content {
	padding: 0 85px 125px;
}
.int-team .team-content h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    text-transform: uppercase;
    margin: 15px 0;
    letter-spacing: 2px;
}
.int-team .yearbook-three .yearbook-name-wrapper, .int-team .yearbook-last-name, .int-team .yearbook-designation {
	color: #343434;
}
.int-team .yearbook-last-name, .int-team .yearbook-first-name {
    font-family: 'Prata', serif;
	font-size: 22px;
	font-weight: 400;
}
.int-team .yearbook-designation {
    font-family: 'Prata', serif;
	font-size: 16px !important;
}
.int-team .yearbook-three .yearbook-title {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	width: inherit;
}
.int-team .yearbook-three .yearbook-hr {
	display: none;
}
.int-team .yearbook-three .yearbook-links .fa {
    font-size: 19px;
    color: #52b9bb;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;    
}
.int-team .yearbook-three .yearbook-links .fa:hover {
    color: #104c6e;
}
.int-team .yearbook-three .yearbook-headshot {
	border: 5px solid #ecece8;
}
.int-team .yearbook-three .yearbook-headshot-wrapper::after {
	background: none;
	background-color: none !important;
}
.int-team .yearbook-headshot-wrapper {
/*	object-fit: cover;*/
	width: 262px;
	height: 350px;
	position:relative;
	overflow:hidden;
	border: 5px solid #ecece8;
}
.int-team .yearbook-headshot-wrapper img {
    position: absolute;
    width: 153%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    left: -27%;
}
.int-team .yearbook-headshot-wrapper:after {
	content: 'View Bio';
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 10px 0;
    position: relative;
    width: 150px;
    height: 40px;
    background: #52b9bb;
    top: 250px;
	opacity: 0;
}
.int-team .yearbook-three a:hover .yearbook-headshot-wrapper:after {
	content: 'View Bio';
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 10px 0;
    position: relative;
    width: 150px;
    height: 40px;
    background: #52b9bb;
    top: 250px;
    opacity: 1;
}

.yearbook-headshot-wrapper:before {
	content:'';

}
.int-team .yearbook-three a:hover .yearbook-headshot-wrapper:before {

    -webkit-box-shadow: inset 0px -24px 154px -6px rgba(112,112,112,1);
    -moz-box-shadow: inset 0px -24px 154px -6px rgba(112,112,112,1);
    box-shadow: inset 0px -24px 154px -6px rgba(112,112,112,1);
}


/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Team Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
Team Int Section
==============================================
*/

/*
Yearbook - Interior
==============================================
*/
.int-team .yearbook-three .yearbook-slide {
    width: 50%;
}


}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Team Int Section
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
Team Int Section
==============================================
*/
.int-team .yearbook-three .yearbook-slide {
    width: 50%;
}


}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
Team Int Section
==============================================
*/


.int-team .yearbook-three .yearbook-slide {
    width: inherit;
}

.team-image-wrapper {
    border: 5px solid #ecece8;
}



}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
Team Int Section
==============================================
*/

.int-team .yearbook-three .yearbook-slide {
    width: 100%;
}

}

/* IE only */
@media screen\0 {


}
<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />
