﻿.fotorama__video {
    top: 0;
}

.fotorama__thumb:empty::before {
    font-family: FontAwesome;
    content: '\f0f6 ';
    font-size: 40px;
    line-height: 68px;
    color: #4D4D4D;
    width: 64px;
    text-align: center;
    display: inline-block;
}

.fotorama__stage__frame.fotorama__active {
    background-image: linear-gradient(45deg, #dadada 25%, transparent 25%), linear-gradient(-45deg, #dadada 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #dadada 75%), linear-gradient(-45deg, #f3f3f3 75%, #dadada 75%);
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
}


#jarviswidget-fullscreen-mode .jarviswidget .fotorama,
#jarviswidget-fullscreen-mode .jarviswidget .fotorama__wrap {
    height: 100%;
}

#jarviswidget-fullscreen-mode .jarviswidget .fotorama__stage {
    height: calc(100% - 68px) !important;
}
