#short-video .video-bg-mp4 {
 overflow:hidden;
	padding-bottom: 3rem;
}
#short-video .video-bg {
/* only if required to adjust size: */
/* margin-top: -10%;
margin-bottom: -10%; */ 
}
@media (max-width: 1024px) {
#short-video .video-bg {
margin: 0;
}
}
@media (max-width: 768px) {
	#short-video .video-bg-mp4 {
		padding-bottom: 3rem;
	}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}