.bentral-gallery.big-thumb-gallery .image-holder{
    overflow: hidden;
    border-radius: 15px;
}
.bentral-gallery.big-thumb-gallery .bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform .5s ease;
}

.bentral-gallery.big-thumb-gallery .bg-img:hover {
    transform: scale(1.05);
}

.bentral-gallery.big-thumb-gallery .image-big {
    height: 500px;
}

.bentral-gallery.big-thumb-gallery .image-thumb {
    height: 120px;
}

.bentral-gallery.big-thumb-gallery .view-all{
    padding: 10px 0;
    display: flex;
}

.bentral-gallery.big-thumb-gallery .view-all .icon{
    height: 24px;
    padding-right: 10px;
}

.bentral-gallery .bentral-img{
    cursor: pointer!important;
}

.nGY2 .nGY2Viewer {
    opacity: 1;
    background-color: #fff!important;
}
.nGY2 .nGY2ViewerAreaNext>i,
.nGY2 .nGY2ViewerAreaPrevious>i,
.nGY2 .nGY2ViewerToolsTopLeft,
.nGY2 .nGY2ViewerToolsTopRight {
    text-shadow: none!important;
}
i.nGY2Icon-play,
.nGY2 .toolbar .pageCounter,
.nGY2Icon-resize-full,
.nGY2Icon-ngy2_close2,
.nGY2Icon-ngy2_chevron_right3,
.nGY2Icon-ngy2_chevron_left3{
    color:#FD6B6F;
}

.nGY2 .nGY2ViewerAreaNext>i, .nGY2 .nGY2ViewerAreaPrevious>i {
    background: rgb(255 255 255);
}
.ngbt.ngy2viewerToolAction.rotateLeftButton,
.ngbt.ngy2viewerToolAction.rotateRightButton{
    display: none;
}
.sl-overlay {
    opacity: 1!important;
}
.sl-image img{
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    border-radius: 10px;
}

.sl-image img:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}