@media (min-width: 768px) and (max-width: 991.98px) {
    
    p {
        margin-bottom: 20px;
        line-height: 28px;
    }

    section {
        position: relative;
    }

    section.fullwidth {
        padding: 0px 0% 0px 0%;
    }

    section.wide {
        padding: 40px 15% 40px 15%;
    }

    section.narrow {
        padding: 40px 20% 40px 20%;
    }
    
    video {
        width: 100%;
    }

    h1 {
        text-align: center;
        font-weight: 400;
        font-size: 50px;
        margin-right: 16%;
        margin-left: 16%;
    }

    h2 {
        text-align: center;
        font-weight: 400;
        font-size: 26px;
        margin-bottom: 40px;
    }

    .ontop {
        position: absolute;
        top: 26%;
        left: 0px;
        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 rgba(255, 255, 255, 0.6);
        margin-bottom: 24px;
    }
    
    .video-container .caption {
          z-index: 1;
          position: relative;
          text-align: center;
          color: #dc0000;
          padding: 10px;
    }
    
    .intro {
        margin-top: 40px;
        margin-bottom: 70px;
    }
    
    .book {
        margin: 80px 0px;
        
    }
    
    .book img {
        width: 100px;
        border-radius: 50%;
    }
    
    .book p {
        text-align: center !important;
    }
    
    .book .button {
        display: inline-block;
        padding: 8px 16px;
        border: 2px solid #555;
        font-size: 13px;
        line-height: 24px;
        color: #111;
        font-weight: 700;
        letter-spacing: 1px;
    }
    
    .book .button:hover {
        border: 2px solid #58C6BE;
        background-color: #58C6BE;
        color: #fff;
        transition: 0.4s;
    }
    
    #stories .card, #morestories .card {
        background-color: #fff;
        margin: 20px 10px 20px 10px;
        overflow: hidden;
        border-radius: 4px;
        box-shadow: 1px 1px 4px #aaa;
        letter-spacing: 1px;
    }
    
    #stories img, #morestories img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        object-position: 50% 15%;
    }
    
    #stories div p, #morestories div p  {
        
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        font-style: italic;
        font-weight: 400;
    }
    
    #info img.icon {
        width: 60px;
        margin-top: 10px;
    }
    
    #info .block p {
        text-align: justify;
        margin-bottom: 45px;
    }
    
    #info h4 {
        margin: 10px 0 0 0;
    }
}