.videotab_video{
	margin-bottom: 20px;
}

video {
	width: 100%    !important;
	height: auto   !important;
}

#shown-media{
	display: none !important;
}

#shown-media.visible{
	display: block !important;
}

#shown-media.visible + #bigpic{
	display: none;
}

#shown-media iframe{
	max-width: 100%;
	vertical-align: top;
}

#youtubevideo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1300px){
	#shown-media iframe{
		height: 37.3vw;
		width: 100%;
	}
}

@media (max-width: 767px){
	#shown-media iframe{
		height: 55.8vw;
	}
}