

/* Start:/bitrix/templates/1C_MS/components/mastersite/ms.medialib/MsPhotoGallery/style.css?1765917223988*/
.MsPhotoGallery{

}

.MsPhotoGalleryPicture{
    position: relative;
    /*width: 20%;
    min-height: 1px;
    float: left;
    text-align: center;*/
}

.MsPhotoGalleryPictureExtItem{
    position: relative;
    padding: 10px;
    margin: 5px;
    border: 2px solid #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 5px;
}

.MsPhotoGalleryPictureItem{
    position: relative;
    height: 150px;
    background: center no-repeat;
    background-size: contain;
}

.MsPhotoGalleryPictureItemExtName{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    margin: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
}

.MsPhotoGalleryPictureItemName{
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}
/* End */
/* /bitrix/templates/1C_MS/components/mastersite/ms.medialib/MsPhotoGallery/style.css?1765917223988 */
