@import url(https://fonts.googleapis.com/css?family=Exo:500); video { object-fit: cover; width: 100%; height: 100%; position: fixed; z-index: -1; } .hero-container { height: 100vh; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; object-fit: contain; } .hero-container > h1 { color: #fff; font-size: 100px; margin-top: -100px; font-family: exo, sans-serif; text-transform: uppercase; text-shadow: 1px 1px 0px #ef404e, 1px 2px 0px #ef404e, 1px 3px 0px #ef404e, 1px 4px 0px #ef404e, 1px 5px 0px #ef404e, 1px 6px 0px #ef404e, 1px 10px 5px rgba(16, 16, 16, 0.5), 1px 15px 10px rgba(16, 16, 16, 0.4), 1px 20px 30px rgba(16, 16, 16, 0.3), 1px 25px 50px rgba(16, 16, 16, 0.2); } .hero-container > p { margin-top: 8px; color: #fff; font-size: 32px; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; } .hero-btns { margin-top: 32px; } .hero-btns .btn { margin: 6px; } .fa-play-circle { margin-left: 4px; } @media screen and (max-width: 960px) { .hero-container > h1 { font-size: 70px; margin-top: -150px; } } @media screen and (max-width: 768px) { .hero-container > h1 { font-size: 50px; margin-top: -100px; } .hero-container > p { font-size: 30px; } .btn-mobile { display: block; text-decoration: none; } .btn { width: 100%; } }