/*resize 20161114v1*/


/* Large desktops and laptops */

@media (min-width: 1200px) {}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    #JP_SNS_NOV .bannerLeft {
        width: 25%;
        padding-bottom: 50%;
        background-size: 120%;
        background-position: top right;
    }
    #JP_SNS_NOV .mainTitle {
        width: 49%;
        background-size: 80%;
        background-position: center 30%;
    }
    #JP_SNS_NOV .bannerRight {
        width: 25%;
        padding-bottom: 50%;
        background-size: 120%;
        background-position: top left;
    }
    .date {
        width: 100%;
        padding-bottom: 7%;
        background-size: 80%;
    }
    .eventDate {
        margin-top: 3%;
    }
    #JP_SNS_NOV .mainTitle .h3 {
        padding-top: 85%;
        width: 150%;
        margin-left: -27%;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    #JP_SNS_NOV .bannerLeft {
        width: 25%;
        padding-bottom: 50%;
        background-size: 120%;
        background-position: top right;
    }
    #JP_SNS_NOV .mainTitle {
        width: 49%;
        background-size: 80%;
        background-position: center 5%;
    }
    #JP_SNS_NOV .bannerRight {
        width: 25%;
        padding-bottom: 50%;
        background-size: 120%;
        background-position: top left;
    }
    .date {
        width: 100%;
        padding-bottom: 7%;
        background-size: 80%;
    }
    .eventDate {
        margin-top: 3%;
    }
    #JP_SNS_NOV .mainTitle .h3 {
        padding-top: 75%;
    }
}


/* Portrait phones and smaller */

@media (max-width: 480px) {
    .price img {
        width: 80%;
    }
    .PriceC img {
        width: 120%;
    }
    .eventDate {
        margin-top: 3%;
    }
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
