/**
 * GLB Animator Viewer - Frontend Styles
 */

.glb-view-wrapper {
    position: relative;
    width: 100%;
}

.glb-view-wrapper.fullscreen {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.glb-view-wrapper iframe {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
}

/* Responsive */
@media screen and (max-width: 749px) {
    .glb-view-wrapper {
        height: 250vh !important;
    }
}
