.modal-3d{
    width: 500px;
    height: 350px;
    margin: auto;
    margin-bottom: 20px;
}

.modal-video{
    height: 350px;
    margin: auto;
    margin-bottom: 20px;
}

.modal-img{
    height: 350px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal{
    overflow: visible;
}

audio{
    margin: auto 0;
    height: 40px;
}

.shop {
    position: absolute;
    display: none;
    text-align: right;
    /* top: 5%; */
    top: 2%;
    width: 100%;
    /* height: 70%; */
    height: 95%;
}

.shop.on {
    display: block;
}