* {
    margin: 0;
    padding: 0;
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container {
    width: 298px;
    height: 598px;
    border: 1px solid #000;
    cursor: pointer;
    overflow: hidden;
    visibility: hidden;
    background: #fff;
}

.bg {
    width: 300px;
    height: 600px;
    top: -1px;
    left: -1px;
}
/*.bg2 {
    width: 160px;
    height: 600px;
    top: -1px;
    left: -1px;
}*/
.logo {
    width: 300px;
    height: 600px;
    top: -1px;
    left: -1px;
}
/*.logo2 {
    width: 160px;
    height: 600px;
    top: -1px;
    left: -1px;
}*/

.product {
    opacity: 0;
    width: 300px;
    height: 600px;
    top: -1px;
    left: -1px;
}

.text {
    opacity: 0;
    width: 300px;
    height: 600px;
    top: -1px;
    left: -1px;
}

.text2 {
    opacity: 0;
    width: 300px;
    height: 600px;
    top: -1px;
    left: -1px;
}

.text3 {
    opacity: 0;
    width: 300px;
    height: 600px;
    top: -1px;
    left: -1px;
}

.btn {
    width: 300px;
    height: 600px;
    top: -1px;
    left: -1px;
}

.btn2 {
    width: 300px;
    height: 600px;
    top: -1px;
    left: -1px;
}

/*.btn3, .btn4 {
    width: 160px;
    height: 600px;
    opacity: 0;
}*/

/*.videoblock, .videothumb1, .videothumb2 {
    width: 160px;
    height: 600px;
    opacity: 0;
}*/

/*.product2 {
    width: 160px;
    height: 600px;
    top: -1px;
    left: -1px;
}

.xbtn {
    opacity: 0;
    width: 160px;
    height: 600px;
    top: -1px;
    left: -1px;
}
*/
.exitBg{
    width: 300px;
    height: 600px;
    cursor: pointer;
    z-index: 999;
}

.animateThis {
    opacity: 0;
    transition: opacity 1s, transform 1s;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    -moz-transition: opacity 1s, -moz-transform 1s;
    -ms-transition: opacity 1s, -ms-transform 1s;
    -o-transition: opacity 1s, -o-transform 1s;
}
.animateThis2 {
    opacity: 1;
    transition: opacity 1s, transform 1s;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    -moz-transition: opacity 1s, -moz-transform 1s;
    -ms-transition: opacity 1s, -ms-transform 1s;
    -o-transition: opacity 1s, -o-transform 1s;
}
