.object-card > a {
    width: 100%;
    position: relative;
    /*padding-bottom: 56.2% !important;*/
    aspect-ratio: 16 / 9;
}

#controls {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

#controls > div {
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.canvasContainerFullEmbed {
    height: calc(100vh - 16px - 26px);
    position: relative;
}

@media (min-width: 2000px) {
    .container-content {
        width: 90% !important;
    }
}

@media (min-height: calc(512px + 16px + 26px)) {
    .canvasContainerFullEmbed {
        height: 512px;
    }
}

@media (max-width: 512px) {
    .canvasContainerFullEmbed {
        height: calc(100vw);
    }
}

.canvasContainerFullEmbed > canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}

.canvasContainerEmbed input {
    margin-top: 0px;
}

.embedVarsForm {
    position: relative;
}

.canvasContainerEmbed {
    position: relative;
}

.embedVarsFormContainer {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    right: 0;
    max-height: calc(100% - 4rem);
    width: calc(100% - 2rem);
    max-width: 400px;
    overflow: auto;
}

#controlsFullscreenExit {
    display: none;
}

.fullscreen #controlsFullscreenExit {
    display: inline !important;
}

.fullscreen #controlsFullscreen {
    display: none;
}

#controlsHDDisable, #controlsHDEnable {
    display: none;
}

.home_banner {
    height: 360px;
    background-position: center;
    position: relative;
}

.home_banner canvas {
    position: absolute;;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}