@media (min-width: 992px) and (max-width: 1199.98px) {
    
    body {
        font-size: 16px;
    }
    
    p {
        line-height: 28px;
    }

    section {
        position: relative;
    }

    .fullwidth {
        padding: 0;
        overflow: hidden;
    }

    .wide {
        padding: 40px 1% 40px 1%;
    }

    .narrow {
        padding: 40px 3% 40px 3%;
    }
    
    video {
        min-width: 100%;
        max-height: 100vh;
        object-fit: cover;
        object-position: 20% 50%;
    }

    h1 {
        text-align: center;
        font-weight: 300;
        font-size: 60px;
        margin-right: 6%;
        margin-left: 6%;
    }

    h2 {
        text-align: center;
        font-weight: 400;
        font-size: 40px;
        margin: 70px 0;
    }
    
    h4 {
        margin: 50px 0 40px 0;
    }

    .ontop {
        position: absolute;
        top: 27%;
        left: 0;
        width: 100%;
        text-align: center;
        color: white;
        z-index: 999;
        font-size: 20px;
    }

    .ontop .line {
        display: inline-block;
        width: 100px;
        height: 1px;
        border-top: 1px solid #eee;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 46px;
    }
    
    .intro {
        margin: 40px 20% 80px 20%;
    }
    
    .book {
        margin: 110px 0px;
        
    }
    
    .book img {
        width: 100px;
        border-radius: 50%;
        margin: 20px;
    }
    
    .book p {
        text-align: center;
    }
    
    .book .button {
        display: inline-block;
        padding: 8px 16px;
        border: 2px solid #888;
        font-size: 13px;
        line-height: 24px;
        color: #111;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 20px;
    }
    
    .book .button:hover {
        border: 2px solid #58C6BE;
        color: #58C6BE;
        transition: 0.4s;
    }
    
    .stories-flex {
        display: flex;
    }
    
    .card {
        background-color: #fff;
        margin: 40px 1%;
        overflow: hidden;
        border-radius: 4px;
        box-shadow: 1px 1px 4px #aaa;
        letter-spacing: 1px;
        
        display: inline-block;
        width: 30%;
        flex: 1;
    }
    
    #stories img, #morestories img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        object-position: 50% 15%;
    }
    
    
    #stories .text p, #morestories .text p {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        font-style: italic;
        font-weight: 400;
    }
    
    #info .block {
        display: block;
        padding: 5px 15% 80px 15%;
    }
    
    #info .icon {
        width: 120px;
        margin-top: 10px;
    }
    
    #info .block p {
        text-align: justify;
        margin-bottom: 45px;
    }
    
    .fa-container {
        bottom: 14%;
    }
    
    .fa {
        padding: 8px 8px;
    }
        
    .fa img {
        width: 18px;
        height: 18px;
    }
}