html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

html, body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

#wrapper {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#logo {
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    z-index: 5;
    top: 70px;
}

#logo img {
    width: 120px;
}

.left {
    float: left;
    height: 100vh;
    width: 50%;
    z-index: 1;
    position: relative;
}

.left img {
    width: 100%;
}

.right img {
    width: 100%;
}

.right {
    float: right;
    height: 100vh;
    width: 50%;
    z-index: 1;
    position: relative;
}

.normal {
    position: absolute;
    z-index: 1;
    opacity: 1;
}

.hover {
    position: absolute;
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity .7s ease-in-out;
    -ms-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    -webkit-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
}

.left:hover .hover, .right:hover .hover {
    opacity: 1;
}

/*.hover.rgt{
    margin-left: 7px;
}*/
.caveDetails {
    height: 70px;
    width: 430px;
    color: #ffffff;
    opacity: 1;
    z-index: 3;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.caveDetails .caves-ant {
    font-size: 30px;
    font-weight: 300;
    line-height: 0;
    margin-left: 31px;
    margin-top: 7px;
    z-index: 999;
    position: absolute;
}

.caveDetails .caves-alv {
    font-size: 30px;
    font-weight: 300;
    line-height: 0;
    position: absolute;
    margin-left: 65px;
    margin-top: 7px;
}

.caveDetails .ttl {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
}

.caveDetails .park {
    font-size: 18px;
    font-weight: 300;
    line-height: 0;
}

.caveDetails .enterSel {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    opacity: 0;
    -moz-transition: opacity ease-in-out;
    -ms-transition: opacity ease-in-out;
    -o-transition: opacity ease-in-out;
    -webkit-transition: opacity ease-in-out;
    transition: opacity ease-in-out;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
}

.green {
    background-color: #088953;
}

.blue {
    background-color: #1072b9;
}

.left:hover .enterSel, .right:hover .enterSel {
    opacity: 1;
}
.santo {
    width: 100%;
    height: auto;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

@media (max-width: 1024px) {
    #wrapper {
        display: none;
        position: absolute;
    }

    #wrapper2 {
        height: 100%;
        display: flex;
        flex-direction: column;
        background: url('../img/bg-left.jpg') top no-repeat;
        background-size: cover;
    }

    #wrapper2 > div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 50vh;
    }

    #wrapper2 a {
        color: #ffffff;
        text-decoration: none;
        width: 287px;
        margin: 0 auto;
    }

    .caveDetails2 {
        position: relative;
    }

    .caveDetails2 .ttl, .caveDetails2 .ttl {
        font-size: 40px;
        font-weight: 600;
    }

    .caveDetails2 .caves-ant, .caveDetails2 .caves-alv {
        font-size: 20px;
    }

    .caveDetails2 .caves-ant {
        margin-left: 21px;
        margin-top: 16px;
        line-height: 0;
    }

    .caveDetails2 .caves-alv {
        margin-left: 44px;
        margin-top: 16px;
        line-height: 0;
    }

    .caveDetails2 .park {
        font-size: 12px;
        line-height: 0;
    }

    .caveDetails2 .enterSel {
        opacity: 1;
        margin: 20px 0 0 0;
        width: 265px;
        font-weight: 500;
        text-align: center;
        padding: 10px;
    }
}
@media (min-width: 1025px) {
    #wrapper2{
        display: none;
    }
}