.album-carousel,.album-carousel .owl-carousel,.album-carousel .owl-carousel .owl-item,.album-carousel .owl-carousel .owl-item img {
	height: 100vh;
}

.intro {
	position: relative;
}

.intro .explore-faculty-site-button-wrapper {
	position: absolute;
	bottom: 115px;
	text-align: center;
	margin: 0 auto;
}

.intro .explore-faculty-site-button-wrapper a {
	font-size: 1.5em;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.intro .explore-faculty-site-button-wrapper a:hover,.intro .explore-faculty-site-button-wrapper a:visited,.intro .explore-faculty-site-button-wrapper a:focus {
	color: white !important;
}

.scroll-down-section {
	position: relative;
	left: 1em;
}
.scroll-down-section .scroll-downs-wrapper-box:hover {
	cursor: pointer;
}
.scroll-down-section .scroll-downs-wrapper-box #scrollDownTitleWidget {
	color: #fff;
	font-size: 1.2em;
	bottom: 1.9em;
	z-index: 1;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 0.6em;
}
.scroll-down-section .scroll-downs-wrapper-box .scroll-downs {
	z-index: 2;
	color: white;
	height: 10px;
	width: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.scroll-down-section .scroll-downs-wrapper-box .scroll-downs span {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23.33px 25px 0 25px;
	border-color: rgba(247, 247, 247, 0.7) transparent transparent transparent;
	line-height: 0px;
	_border-color: rgba(247, 247, 247, 0.7) black black black;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='black');
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	animation: scrollDownAnimation 1.5s infinite;
	-webkit-animation: scrollDownAnimation 1.5s infinite;
}

@-webkit-keyframes scrollDownAnimation {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(0px, 40px);
		opacity: 0;
	}
}
@keyframes scrollDownAnimation {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(0px, 40px);
		transform: rotate(-45deg) translate(0px, 40px);
		opacity: 0;
	}
}
