
/* For mobile phones (Medium: md) */
@media only screen and (max-width: 768px) {
    * {
        line-height: inherit;
    }

    .logo {
        padding-left: 0;
        margin-top: 15px;
    }

    .nav-container nav {
        position: absolute;
        z-index: 1;
        width: 100%;
        top: 0;
        left: 0;
    }
    .image-s.img-responsive {
        left: 5% !important;
        width: 80px;
        z-index: 0;
    }

    section {
        padding: 0;      
        padding-top: 20px;
        text-align: center;  
    }
    section p b {
        font-size: 50px !important;
        letter-spacing: 0.5px;
        line-height: 46px !important;
    }
    section.section-2 p {
        line-height: normal !important;
        letter-spacing: normal !important;
    }

    section.section-2 p b {
        font-size: 30px !important;
    }

    .section-surprise {
        padding-bottom: 180px;
    }

    section.section-surprise p b {
        font-size: 30px !important;
    }

    .section-surprise::before {
        height: 150px;
    }

    .page-title-3, .page-title-4 {
        height: 164px;
    }

    .uppercase.mb16 p {
        font-size: 30px !important;
        letter-spacing: 0.5px;
    }

    .video-presentation iframe {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    #showReel .videos h4.uppercase {
        margin-top: 15px !important;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .pack-panel {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .packs-container{
        margin-bottom: 0px !important;
    }
    .cities span, .contact span {
        text-align: left;
    }
    footer .wwd-logo {
        text-align: center;
    }
    footer .social-list {
        text-align: center;
    }
}



  