.monterey-video-container {
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;
    margin-top: 85px;    
}
.custom_header_slideshow {
	max-height: 615px;
}
.monterey-video-container * {
    display: block;
}
.monterey-video-container .video-inner {
    bottom: 0;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 5;
    margin-bottom: 0;
}

.monterey-video-container .slick-controls .slick-nav .slick-arrow {
    position: absolute;
    display: block;
    top: calc(50% + 40px);
    z-index: 50;
    width: 37px;
    height: 37px;
    cursor: pointer;
    background: #022741;
    background: rgba(35, 55, 71, 0.75);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.monterey-video-container .slick-controls .slick-nav .slick-arrow .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -1px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome' !important;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #fff;
}
.monterey-video-container .slick-controls .slick-nav .slick-arrow.slick-prev {
    left: 10px;
}
.monterey-video-container .slick-controls .slick-nav .slick-arrow.slick-prev .fa {
    margin-left: -3px;
}
.monterey-video-container .slick-controls .slick-nav .slick-arrow.slick-next {
    right: 10px;
}
.monterey-video-container .slick-controls .slick-nav .slick-arrow.slick-next .fa {
    margin-right: -3px;
}
.monterey-video-container .slick-controls .slick-nav .slick-arrow:hover,
.monterey-video-container .slick-controls .slick-nav .slick-arrow:active,
.monterey-video-container .slick-controls .slick-nav .slick-arrow:focus {
    background: #022741;
}
.monterey-video-container .slick-prev:before,
.monterey-video-container .slick-next:before {
    display: none;
}
.monterey-video-container .slick-controls .slick-nav .slick-arrow.slick-disabled { opacity: .2; }

.monterey-video-container video {
    display: block;
    height: 100% !important;
    width: 100% !important;
}
.main-banner-container a, .monterey-video-container a {
    display: block;
}
.monterey-video-container .custom_header_slideshow .slide {
    position: relative;
    height: 100%;
	margin: 0 auto;
}
.monterey-video-container .custom_header_slideshow .slide iframe { 
	display: none;
}
.monterey-video-container .video-container .mobileImg,
.monterey-video-container .video-container .img-fullwidth {
	height: 615px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.main-banner-container .banner-inner,
.monterey-video-container .banner-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding-bottom: 30px;
}

.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {width: 100% !important; height: 100% !important;}

.main-banner-container *,
.monterey-video-container * {
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-banner-container h2, 
.monterey-video-container h2 {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    line-height: 1;
    color: #fff;
}

.primary-font h2, .primary-font .button {
  font-family: "Inspired Otter Reg";
}

.logo-wrapper {
	position: absolute;
    pointer-events: none;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.main-banner-container h3,
.monterey-video-container h3 {
    text-transform: uppercase;
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 2rem;
    color: #fff;
}
.main-banner-container h4,
.monterey-video-container h4 {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.main-banner-container .banner-subtitle, .monterey-video-container .banner-subtitle {
    margin-bottom: 5px;
}
.main-banner-container:before, .monterey-video-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
}

.main-banner-container .play-btn{
    bottom: 0;
    color: #fff;
    font-size: 68px;
    height: 52px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    width: 45px;
    z-index: 1000;
    cursor: pointer;
    opacity: 0.8;
    display: none; /* Hiding the play button by request */
}

.monterey-video-container video {
    display: block;
    width: 100%;
    height: 100%;
}
.monterey-video-container .video-contents-container {
    position: absolute;
    left: 0;
    top: 170px;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 0 20px;
    text-align: left;
}
.monterey-video-container .video-contents-container .video-title {
    margin-bottom: 0;
}
.monterey-video-container .video-contents-container .video-btn {position: relative; top: 20px;}
.monterey-video-container .video-contents-container .video-btn a {
    font-family: 'FontAwesome' !important;
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #fff;
}
.monterey-video-container .video-contents-container .video-btn a {
    animation: 3s ease 1s normal none infinite running arrow-bounce;
    bottom: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.monterey-video-container .video-container { position: relative; }
.monterey-video-container .video-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Overlays */
.monterey-video-container .overlay {
    display: none;   
}
.custom_header_slideshow.center .overlay, .custom_header_slideshow.bottomLeft .overlay {
    display: block;   
}
.custom_header_slideshow.center .video-contents-container  {
    text-align: center; 
}
.custom_header_slideshow.center .video-contents-container .button.btn, .custom_header_slideshow.bottomLeft .video-contents-container .button.btn{
    max-width: fit-content;
    color: #022741!important;
}
.custom_header_slideshow.center .video-contents-container .button.btn{
    margin: 0 auto;
}
.custom_header_slideshow.bottomLeft  .video-contents-container {
    top: auto;
    width: 50%;
}
.custom_header_slideshow.center .video-contents-container {
    width: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: inline-block;
    text-align: left;
    position: absolute;
}

/* Youtube Overwrites */
.youtube-player body .ytp-spinner,
.youtube-player body .ytp-watermark {display: none !important;} /* Overwrite to hide the preloader spinner */

@keyframes arrow-bounce {
    0% {
        bottom: 30px;
    }
    15% {
        bottom: 35px;
    }
    25% {
        bottom: 20px;
    }
    35% {
        bottom: 30px;
    }
    100% {
        bottom: 30px;
    }
}
@media (max-width: 64em) {
    .monterey-video-container .video-contents-container .video-btn {
        display: block;
    }
    .monterey-video-container .video-contents-container .video-btn a {
        font-family: 'FontAwesome' !important;
        font-size: 3.125rem;
        font-weight: 400;
        line-height: 1.25rem;
        color: #fff;
    }
    .monterey-video-container h3 {
        font-family: "sweet-sans-pro", sans-serif;
        font-weight: 800;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.375rem;
        color: #fff;
    }
    .monterey-video-container h2 {
        font-weight: 400;
        font-style: normal;
        font-size: 28px;
        line-height: 34px;
        color: #fff;
    }
}

.custom_header_slideshow_mobile .slide {display: none;}
.custom_header_slideshow_mobile .slide:nth-of-type(1) {display: block;}

/*** MEDIA QUERIES ***/
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){
        
    .custom_header_slideshow .video-contents-container p {
        line-height: 1.25;
    }
}

@media (max-width: 40em) {
    .monterey-video-container {
        height: 100%;
        min-height: 48px;
        margin-bottom: 15px;
    }
    .monterey-video-container .video-contents-container {
		top: 230px;
	}
    .monterey-video-container:before {
        display: none;
    }
    .monterey-video-container .custom_header_slideshow .slide {height: 100%; max-height: 500px;}
    .monterey-video-container .slick-controls .slick-nav .slick-arrow {/* top: 60%; */}
    
    .custom_header_slideshow .video-contents-container p {
        line-height: 1;
    }
}

@media only screen and (min-width: 40.063em){
    .custom_header_slideshow_homepage .slide .content { padding: 20px; }
    .custom_header_slideshow_homepage .slide .content .title a { font-size: 25px; }
    .monterey-video-container .video-contents-container {
		top: 290px;
        padding: 0 40px;
	}
}
@media only screen and (min-width: 64.063em){
    .video-container .mobileImg { display: none; }
    .monterey-video-container .video-inner {position: relative; top: 0;} 
    .monterey-video-container .custom_header_slideshow .video-container,
    .monterey-video-container .custom_header_slideshow .slide {
		width: 100%;
		z-index: 10;
	}
    .monterey-video-container .video-container {
        position: relative;
		height: 615px;
        padding-top: 0;
		margin: 0 auto;
    }
    .monterey-video-container .custom_header_slideshow .slide iframe {
		display: block;
        position: absolute;
        top: 0;
        left: 0;
		bottom: 0;
		right: 0;
		margin: 0 auto;
		width: 1025px;
		height: 576px;
		opacity: 0;
		z-index: 10;
    }
    .monterey-video-container .video-contents-container {
        top: 270px;
        padding: 0 100px;
		z-index: 10;
	}
    
    .custom_header_slideshow .logo-wrapper {
        flex-direction: row;
    }
}
