@media (max-width: 639px) {

    /* Common  */
    .footer {
         min-height: 92px;
    }

    BODY {
        overflow-x: hidden;
    }

    /* Individual */
    .b_catalog_photo .b_catalog_photo__items A {
        height: 108px;
        width: 100%;
    }

    .b_video_trailer__video IFRAME {
        max-height: 256px !important;
    }


}


@media (max-width: 479px) {
    img[src="/images/100.png"] {
        width: 32px;
    }

    .b_catalog_photo .b_catalog_photo__items A {
        height: 69px;
        width: 100%;
    }

    .b_catalog_detail .catalog-inn-left {
        order: 1;
        height: 226px;
    }

    .b_video_trailer__video IFRAME {
        max-height: 210px !important;
    }

}

@media (max-width: 380px) {
    .b_video_trailer__video IFRAME {
        max-height: 170px !important;
    }

}