@charset 'utf-8';
/* CSS Document */

.cover_title_img{
    widows: 712px;
    height: auto;
}
.photoArea img{
    width: 163px;
    height: 111px;
}
.movie img{
    width: 713px;
    height: 430px;
}

@media (max-width: 767px){

    #mainCont {
        width: 78.66667vw;
        margin-right: 0;
    }
    .cover_title_img{
        width: 78.66667vw;
        height: auto;
    }

    .contRow.imagesArea{
        width: 78.66667vw;
        padding-bottom: 0;
    }
    div.photoArea{
        width: 45%;
        margin-right: 2%;
        height: auto;
        padding-bottom: 15px;
    }
    .photoArea img{
        width: 100%;
        height: auto;
    }
    .movie img{
        width: 95%;
        height: auto;
        margin-bottom: 30px;
    }
    .lb-outerContainer{
        max-width: 80% !important;
        position: relative;
        height: auto !important;
    }
    .lb-image{
        width: 100% !important;
    }
    .lb-dataContainer{
        width: 80% !important;
    }
}