 .embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container{overflow: hidden; position: relative; border-radius: 8px;}

.block-videoblock{position:relative;}

.uagb-desc-text{font-size:1.8rem; font-weight: 300; color:#222427; line-height: 1.3;}

.vidblue {padding:0px;height:450px;background-color:#17384E;margin-bottom:-400px;}
.vposter_size {
	position: absolute;
	width:calc(100% - 0px);
	top:0px;
	cursor:pointer;
	vertical-align: middle;
}


.Aligner {
	display: flex;
	align-items:flex-end;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: absolute;
	padding-bottom: 50px;
	bottom:0;
}



.Aligner-item {
	max-width: 50%;
}

.video-container .Aligner {
	display: flex;
	align-items:flex-end;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: absolute;
	padding-bottom: 0px;
	bottom:40%;
	z-index: 4;
}



.video-container .Aligner-item {
	max-width: 50%;
}
.video-container .Aligner .Aligner-item { 
transition: transform 0.35s ease-in-out; 
transform: scale(1);	
}
.video-container .Aligner .Aligner-item:hover{ 
transform: scale(1.1);
}

.video-container figure:hover .Aligner .Aligner-item{ 
transform: scale(1.1);
}

.Aligner-item img { width:84px; }



@media (max-width:921px){
	.vidblue {padding:0px;height:200px;background-color:#17384E;margin-bottom:-150px;}
	.Aligner-item img { width:64px; }
}
@media (max-width:540px){
	.vidblue {padding:0px;height:100px;background-color:#17384E;margin-bottom:-70px;}
	.Aligner-item img { width:64px; }
}

.video-container figure{position: relative;}

.video-container .img_contain{overflow: hidden;}

.video-container figure .img_contain img {
    display: block;
    transition: transform .8s ease;
}
.video-container figure:hover .img_contain img {
    transform: scale(1.1);
}