@charset "utf-8";
.videoBlk {
	display:block;
    background-color: #1e1e1e;
	margin:0 0 2rem 0;
}
.videoBlk:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.videoBlk .pull-left, .videoBlk .pull-right{ 
	display:block; 
	height:645px;
	padding-top:1rem;
	padding-bottom:1rem;
}
.videoBlk .pull-left{
	width:65%;
	padding-left:1rem;
}
.videoBlk .pull-left .blk{
	width:100%;
}
.videoBlk .pull-left .blk .title{
	display:block;
	width:100%;
	color:#ffffff;
	font-size:1.25rem;
	margin:0 0 0.75rem 0;
}
.videoBlk .video-container{ margin:0 0; padding-top: 0;}
.videoBlk .video-container img{ width:100%;}
.videoBlk video, .videoBlk iframe {
    /*width: 100%;
    height: 100%;
    z-index: 0;
    vertical-align: top;
    position: absolute;
    top: 20px;
    left: 0px;*/
}
.videoBlk video {
    object-fit: fill;
	min-width: 100%;
	width:100%; 
	height:auto; 
}
.videoBlk .pull-right{
	width:35%;
	overflow-y:auto;
}
.videoBlk .pull-right ul{
	padding:0 1rem 1rem 2rem;
	margin:0 0;
}
.videoBlk .pull-right ul li{
	list-style-type:none;
	padding:0 0 2rem 0;
	margin:0 0;
}
.videoBlk .pull-right .blk{ position:relative;}
.videoBlk .pull-right .blk .video-container{
	padding:0 0;
	margin-bottom:0.25rem;
    height:inherit;
	position:relative;
}
.videoBlk .pull-right .video-container:before{
	display: block;
	content:"";
    opacity: 1;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.videoBlk .pull-right .video-container:after{
	position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
	content:"";
    background: transparent url(../images/icon-play.png) no-repeat 0 0;
    text-indent: -9999px;
    margin-left: -22.5px;
    margin-top: -26px;
    z-index: 2;
}
.videoBlk .pull-right .blk:hover .video-container:before, 
.videoBlk .pull-right .blk:hover .video-container:after{ display: none;}
.videoBlk .pull-right .blk .title, .videoBlk .pull-right a:hover{ color:#ffffff;line-height: inherit;}


@media (max-width: 1500px){
.videoBlk .pull-left, .videoBlk .pull-right{ height:600px;}
}

@media (max-width: 1390px){
.videoBlk .pull-left, .videoBlk .pull-right{ height:535px;}
}

@media (max-width: 1220px){
.videoBlk .pull-left, .videoBlk .pull-right{ height:455px;}
}

@media (max-width: 980px){
.videoBlk .pull-left, .videoBlk .pull-right{ height:430px;}
}

@media (max-width: 768px){
.videoBlk .pull-left, .videoBlk .pull-right{ 
	height:auto;
	width:100%;
	padding-left:1rem;
	padding-right:1rem;
}
.videoBlk .pull-right ul {
    padding: 0 0 1rem 0;
    margin: 0 0;
}
.videoBlk .pull-right ul li {
    width:50%;
	float:left;
}
.videoBlk .pull-right .blk {
	display: block;
	padding:0 1rem;
	/*max-height:220px;*/
	height:220px;
	transition: all 0.1s ease-in;
	overflow:hidden;
}
.videoBlk .pull-right .blk .video-container{
	display:block;
	height:170px;
	overflow:hidden;
	height: 0;
	padding-bottom: 56.14973%;
}
.videoBlk .pull-right .blk .video-container img{
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.videoBlk .pull-right .blk .title{
	display:block;
	max-height:68px;
	overflow:hidden;
}
}

@media screen and (max-width: 600px){
.videoBlk .pull-right .blk {
	height:180px;
}
}


@media screen and (max-width: 480px){
.videoBlk .pull-right ul li {
    width:100%;
	float:none;
}
.videoBlk .pull-right .blk, .videoBlk .pull-right .blk .title {
	padding: 0 0;
    max-height:inherit;
    overflow:inherit;
    height:inherit;
}
}


@media screen and (max-width: 375px){
}