@media (min-width: 1200px) and (max-width: 1399.98px) {
    
    p {
        line-height: 28px;
    }

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

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

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

    h1 {
        text-align: center;
        font-weight: 300;
        font-size: 72px;
        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: 35%;
        left: 0;
        width: 100%;
        text-align: center;
        color: white;
        z-index: 999;
        font-size: 22px;
    }

    .ontop .line {
        display: inline-block;
        width: 200px;
        height: 1px;
        border-top: 2px solid #eee;
        border-top: 2px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 46px;
    }
    
    .intro {
        margin: 40px 20% 90px 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;

        overflow: hidden;
        border-radius: 4px;
        box-shadow: 1px 1px 4px #aaa;
        letter-spacing: 1px;
        
        display: inline-block;
        width: 30%;
        flex: 1;
    }
    
    .card img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        object-position: 50% 15%;
    }
    
    .text p {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        font-style: italic;
        font-weight: 400;
    }
    
    .info-flex {
        display: flex;
    }
    
    #info .block {
        display: inline-block;
        width: 24%;
        flex: 1;
        padding: 5px 30px;
    }
    
    #info .icon {
        width: 120px;
        margin-top: 10px;
    }
    
    #info .block p {
        text-align: justify;
        margin: 10px 0 45px 0 
    }
    
    .fa-container {
        bottom: 16%;
    }
    
    .fa {
        padding: 10px 10px;
    }
        
    .fa img {
        width: 20px;
        height: 20px;
    }
}