h2 a {
    text-decoration: underline;
}

.display_mb {
    display: none;
}

.title {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.txt-title {
    font-size: 1em;
    margin: 30px auto;
}

.WL {
    width: 100%;
}

.card-container {
    margin-bottom: 0%;
    padding: 0px;
}

.card-container h2 {
    font-size: 1.6em;
    text-align: center;
    line-height: 1.2;
}

.card {
    position: relative;
}

.card img {
    width: 100%;
}

.card p {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    overflow-y: auto;
    font-size: 1em;
}

.card a {
    color: white;
    text-decoration: underline;
}

.content-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.flex-box {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;


    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;

    height: 100%;
}


.title-box {
    width: 68%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    padding: 10px;
}

.WL .title-box {
    width: 43%;
}

#myModal-gallery .modal-footer,
#myModal-gallery .modal-footer {
    margin-top: 0px;
}


@media screen and (min-width:769px) {

    .card-container {
        margin-bottom: 0%;
    }

    .card-container .h2-box {
        height: 6vw;
        padding: 1vw 2vw;
    }

    .card-left {
        padding: 2% 1% 0 0;
    }

    .card-right {
        padding: 2% 0 0 1%;
    }

    .WL {
        padding: 0px;
    }

    .extendContainer {
        margin-left: -100px;
        margin-right: -100px;
        width: calc(100% + 200px);
        display: inline-block;
    }
}



@media screen and (max-width:1024px) {

    .card-container .h2-box {
        height: 8vw;
    }
}

@media screen and (max-width:767px) {
    .card-container {
        /*width: 100vw;
        margin-left: -20px;
        margin-right: -20px;*/
        padding: 0px 0px 30px 0px;
    }

    .title-box,
    .WL .title-box {
        width: 84%;
    }

    .display_pc {
        display: none;
    }

    .display_mb {
        display: block;
    }

    #banner h1 {
        font-size: 7.2vw !important;
    }
}

@media (max-width: 650px) {

    #hotels .modal-dialog {
        width: 100vw;
        margin: auto;
    }

    #hotels .modal-body {
        padding: 0px;
    }

}

/* CSS-Hack for Internet Explorer 10 */
@media screen and (min-width:0\0) {
    #video-sec .bg-wrap {
        transform: translateZ(0);
    }
}

/* CSS-Hack for Internet Explorer 10+ IE10 IE11 Edge */
_:-ms-lang(x),
#video-sec .bg {
    transform: none !important;
    background-attachment: fixed !important;
}
