﻿.wsCtGallery {
    position: relative;
    min-height: calc(100%);
    min-width: calc(100%);
}

.wsCtGallery div.window.type_mosaic
{
    position:relative;
    overflow:hidden;
    display: inline-flex;
}

.wsCtGallery div.container
{
    display:none;
}

.wsCtGallery div.image
{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.wsCtGallery img.before
{
    height: 100px;
}

.wsCtGallery img.slide
{
    width:auto;
    display: block;
    border:none;
}

.wsCtGallery .window.type_mosaic.caption_bottom .wsCaptionManager
{
    position: static;
}

.wsCtGallery div.mosaic_stub
{
    background-image: url(/file/app/1/Editor/Icon/Gallery/Mosaic.svg?color1=r127g127b127);
    opacity: 0.5;
    height: calc(100% - 85px);
    background-size: contain;
    background-repeat: repeat;
    top: 0px;
    background-position: center center;
    position: absolute;
    width: 100%;
}

div.column {
    float: left;
    margin:0;
}

/*@media screen and (max-width:768px) {

    .Block.Type_Gallery, .Type_Gallery .Block_Wrapper {
        position: static !important;
    }

        .Block.Type_Gallery {
            height: auto !important;
        }
}*/