.protilegallery_wrapper{
    position: relative;
    padding-bottom: 10px;
}
.protilegallery_wrapper.PTGmobile{
    padding-bottom: 0;
}
.protilegallery_wrapper .protilegallery_images{
    text-align: center;
    white-space: nowrap;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 200px;
    line-height: 200px;
}
.protilegallery_wrapper .protilegallery_images .protilegallery_image{
    display:none;
    width: 100%;
    height: 100%;
}
.protilegallery_wrapper:not(.hover_block) .protilegallery_images .protilegallery_image:nth-child(1){
    display: inline-block;
}
.protilegallery_wrapper .protilegallery_images .protilegallery_image.active{
    display: inline-block;
}
.protilegallery_wrapper .protilegallery_tiles{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    justify-content: space-around;
}
.protilegallery_wrapper .protilegallery_tiles .protilegallery_tile{
    width: 100%;
    height: 100%;
    position: relative;
}

.protilegallery_wrapper .protilegallery_tiles .protilegallery_tile:before{
    content: "";
    height: 4px;
    background: #cfd5d9;
    border-radius: 0px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 1px;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}
.protilegallery_wrapper .protilegallery_tiles .protilegallery_tile:hover:before{
    background: #000;
}

.protilegallery_wrapper.PTGmobile .protilegallery_tiles{
    display: none;
}

.protilegallery_wrapper.PTGmobile .protilegallery_images .move{
    position: relative;
    height: 100%;
}
.protilegallery_wrapper.PTGmobile .protilegallery_images[data-now-image]:before{
    content: attr(data-now-image)'/'attr(data-count);
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    font-family: Arial;
    line-height: 15px;
    padding: 0 3px;
    z-index: 10;
}
.protilegallery_wrapper.PTGmobile .protilegallery_images .protilegallery_image{
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: top;
}
.protilegallery_wrapper .protilegallery_images .protilegallery_image img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}