.video { margin-top:50px; height: 100%; } .bg-overlay-start { margin-top: -30px; } .video{ background:src="https://www.auvesta.de/xmas/xmas_bg.jpg"; } .bg-overlay-start-video { background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.0)), url("https://www.auvesta.de/xmas/xmas_bg.jpg"); background-position-x: 0%, 0%; background-position-y: 0%, 0%; background-repeat: repeat, repeat; background-size: auto, auto; background-repeat: no-repeat; background-size: cover; background-position: center bottom; color: #333; height: auto; padding: 100px 0px; } video { width: 100%; max-width: 100% !important; height: auto; border: none; margin: auto; } @media (max-width: 600px){ .bg-overlay-start-video { background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.0)), url("https://www.auvesta.de/xmas/xmas_bg.jpg"); background-position-x: 0%, 0%; background-position-y: 0%, 0%; background-repeat: repeat, repeat; background-size: auto, auto; background-repeat: no-repeat; background-size: cover; background-position: center bottom; color: #333; height: auto; padding: 50px 0px; } }