
.popup {background: rgba(255,255,255,.2);border-radius: 1px;display: none;padding: 10px;position: absolute;width: 60vw;z-index: 10000;}
.popup a.close { z-index: 999; background: #f60; color: #fff; display: block; font-size: 20px; padding: 5px; position: absolute; right: -5px; top: -15px; }
.video-container { float: left; height: 60vh; left: 0; padding-bottom: 5%; padding-top: 25px; position: relative; top: 0; width: 100%; }
.video-container .iframe { float: left; width: 100%; }
.video-container .iframe iframe { float: left; height: 60vh; width: 100%; }
.video-container .iframe h2{ font-size:2em; color:#F60; padding-bottom:10px}
.overlaybg { background: #000; display: none; height: 100%; opacity: 0.7; position: fixed; width: 100%; z-index: 9999; }
.videoThum:hover img {  -webkit-filter: opacity(.9);}