
@media only screen and (max-width: 768px) {
    #masthead {
        background-position-y: 44%;
        height: 72px;
    }
    #masthead .logo img {
        max-width: 120px;
    }
    #masthead > .header-cols .left {
        width: 120px;
        flex-shrink: 4;
    }
    #masthead > .header-cols .right {
        text-align: right;
        width: auto;
        flex-grow: 4;
    }
    .formline {
        margin: 1rem auto;
    }
    .videos-logo {
        margin-bottom: 2rem;
    }

    .single-video .row .text {
        margin-top: 2rem;
    }

    .texture {
        background-size: 70px;
        height: 100px;
    }
}