.video-container{    
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-screen{
	position: relative; 
	height: 0; 
	padding-bottom: 56.25%;
}

.video-screen iframe{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-container .video-screen iframe .ytp-impression-link-content{
    display: none!important;
}

.video-container .video-screen iframe .ytp-impression-link-text{
    display: none!important;
}

.video-container .video-screen iframe .ytp-impression-link-logo{
    display: none!important;
}