.container-3d{
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .container-3d{
        height: 62%;
        width: 100%;
        margin-top: -30px;
    }
}

.blyd3d-hide {
    display: none;
}

.show_right_actions input {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: .5em 1em;
    border-radius: .4em;
}

.show_right_actions .title {
    margin: 1em;
    color: #fff;
}