/* Homepage Video  -- */
.videoWrapper {position: relative;overflow:hidden;height: calc(100vw * 0.5625);max-height: calc(90vh - 140px);background: #000;}
.videoWrapper iframe {top: 0;left: 0;width: 100%;height: 100%;z-index: 0;position: absolute;}
.ytplayerWrapper {width: 100%;padding-bottom: 56.25%;overflow: hidden;float: left;position:absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);opacity: 0.5;}
.ytplayerOverlay {z-index: 2;color:#fff;width: 100%;position: absolute;left: 50%;transform: translateX(-50%) translateY(-50%);top: 50%;}
.ytplayerOverlay img { max-width:100%}
.ytplayerOverlay h1 {color:#fff;font-size: 32px;margin: 0;}
.ytplayerOverlay h2 {color:#fff;font-size: 32px;margin: 0;}
.ytplayerOverlay a {display:inline-block;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;opacity: 1;}
.ytplayerOverlay a:hover {background-color: #02b7ba;}
.ytplayerOverlay a:empty { display:none}
@media screen and (max-width: 767px){
	.videoWrapper {position: relative;overflow:hidden;height: calc(100vw * 1);max-height: calc(90vh - 140px);}
	.ytplayerWrapper {width: 100%;padding-bottom: 100%;}
	.ytplayerOverlay a {padding:8px 18px !important; font-size: smaller !important}
}
@media screen and (min-width : 768px) and (max-width : 1023.99px){
	.videoWrapper {position: relative;overflow:hidden;height: calc(100vw * 1);max-height: calc(90vh - 140px);}
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              