@media (max-width: 991px) {
    h1 {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    .logo {
        height: 200px;
    }
    .home-image {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .home-video {
        background-attachment: scroll;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}