.modul-r-showroom{}

.modul-r-showroom.row .panel-transparent .panel-body{
    padding: 0;
}
.modul-r-showroom .fotorama__stage__frame{
    background: black;
}
.modul-r-showroom .fotorama{
    position: relative;
}
.modul-r-showroom .count-block,
.fotorama--fullscreen .count-block{
    background: rgba(80, 80, 80, 0.6);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    color: white;
    display: inline-block;
    left: 50%;
    margin-left: -50px;
    margin-top: 7px;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    width: 100px;
    height: 22px;
    line-height: 20px;
    z-index: 3;
    display: block !important;
    font-size: 14px;
}
.modul-r-showroom .count-block.top{
    bottom: 45px;
}
.modul-r-showroom .count-block.bottom{
    top: auto;
}
.fotorama--fullscreen .count-block.bottom,
.fotorama--fullscreen .count-block.disabled,
.fotorama .count-block.bottom,
.fotorama .count-block.disabled{
    top: 0;
}
.fotorama--fullscreen .count-block.top,
.fotorama .count-block.top{
    bottom: 10px;
}
.size-xxs .count-block{
    transform: scale(0.7);
}
.size-xxs .fotorama__nav-wrap{
    display: none;
}
.modul-r-showroom .fotorama__thumb{
    background: black;
}
.modul-r-showroom .fotorama__caption__wrap{
    background: rgba(255, 255, 255, 0.8);
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    z-index:1000 ;
}
