﻿*{
margin:0px;
padding:0px;
}

#stage{
max-width:100%;
padding:0;
/*display:none;*/
background-color:#fff;
display:none;
overflow: hidden;
}

#loader{
margin:150px auto;
width:100px;
display:block;
}

.vrContents{
    position: relative;
    background: url(../assets/img/common/loading.gif) center 170px no-repeat;
    background-size: 50px 50px;
}
.vrContents_frame_360{
    position: absolute;
    top:35%;
    left: 45%;
}
.vrContents_frame_icon{
    position: absolute;
    top:20px;
    right: 20px;
    display: none;
}

@media screen and (max-width:767px) {
    .vrContents{
        background-position: center 70px;
    }
    .vrContents_frame_360{
        display: none !important;
    }
    .vrContents_frame_icon{
        top:10px;
        right: 10px;
        
    }
    .vrContents_frame_icon img {
        width: 30px;
    }
    .frame_icon_360 img {
        width: 60px;
    }

}
.imageUrl{
    display: none;
}
#loader{
    display: none;
}