 .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%;
}
.vidblue {padding:0px;height:450px;background-color:#17384E;margin-bottom:-400px;}
.vposter {
	position: absolute;
	width:calc(100% - 0px);
	top:0px;
	cursor:pointer;
}
.Aligner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: absolute;
}

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

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