#fbx-preview__container {
    position: relative;
    width: 100%;
    height: 404px;
}
#fbx-preview__container[data-preview-mode="tshirt"] {
    height: 734px;
}
#fbx-preview__container:-webkit-full-screen {
    height: 100% !important;
}
#fbx-preview__container:fullscreen {
    height: 100% !important;
}
#fbx-preview__canvas {
    height: 100%;
    box-shadow: 0 0 1px 1px black;
    width: 100%;
}
#fbx-preview__buttons {
    position: absolute;
    bottom: 1em;
    right: 1em;
}
#fbx-preview__buttons .fbx-preview__button { /* id selector is to override .btn */
    display: block;
    /*width: 2rem;*/
    /*height: 2rem;*/
    /*font-size: 20px;*/
    /*border: 1px solid black;*/
    /*text-align: center;*/
    /*margin-top: 1rem;*/
}
#fbx-preview__message {
    text-align: center;
    margin-top: 1rem;
}

#fbx-preview__add_design {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
#fbx-preview__thumb {
    box-shadow: 0 0 2px 2px black;
}

#fbx-preview__container.fbx-preview__no_animation #fbx-preview__button_play,
#fbx-preview__container.fbx-preview__no_animation #fbx-preview__button_stop {
    display: none;
}

.img-lb-selected {
    border: 1px solid black;
}