
.trailer-link-div{
    display: block !important;
}

/* iPhone 5  */
@media (min-width: 320px) {}

/* iPhone 6/7/8 */
@media (min-width: 375px) {
    .logo-header {
        width: 350px !important;
    }

    .amazon-viewmore-btn {
        width: 300px;
        position: center;
    }
}

/* --------- SMALL --------- */
@media (min-width: 576px) {
    /* body {
        background-color: red;
    } */
    .buynow-icon {
        width: 300px;
    }

    .book-pic {
        width: 300px !important;
    }

    .about-pic {
        width: 350px !important;
    }
    .sarandippity {
        width: 380px !important;
        
    }
}

@media (min-width: 638px) {
    .logo-header {
        width: 600px !important;
    }

    .buynow-icon {
        width: 300px !important;
    }

    .trailer-link-div{
        display: none !important;
    }

    .book-pic {
        width: 400px !important;
    }

    .feature-screenshot{
        width: 350px !important;
    
    }

    .amazon-viewmore-btn {
        width: 300px;
        position: center;
    }
    /* body {
        background-color: blue;
    } */

    .iframe-size {
        width: 100%;
        height: 280px !important;
    }

}

/* --------- MEDIUM --------- */
@media (min-width: 768px) {
    .logo-header {
        width: 450px !important;
    }

    .book-pic {
        width: 500px !important;
    }

    /* body {
        background-color: orange;
    } */

    .iframe-size {
        width: 100%;
        height: 450px !important;
    }


}

/* --------- LARGE --------- */
@media (min-width: 992px) {

    .logo-header {
        width: 800px !important;
    }

    .iframe-size {
        width: 100%;
        height: 550px !important;
    }
}

/* --------- X LARGE --------- */
@media (min-width: 1200px) {

    .logo-header {
        width: 800px !important;
    }
}