.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, .show_right_actions textarea {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: .5em 1em;
    border-radius: .4em;
}

.show_right_actions input[type="color"] {
    padding: 0;
    width: 8em;
    height: 3em;
}

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