.vk-gallery{

width:100%;

margin-top:10px;

border-radius:12px;

overflow:hidden;

background:#111;

position:relative;

}


.vk-gallery .swiper{

width:100%;

}


.vk-gallery .swiper-slide{

display:flex;

justify-content:center;

align-items:center;

background:#111;

}


.vk-gallery img{

display:block;

width:100%;

height:auto;

max-height:80vh;

object-fit:contain;

cursor:pointer;

user-select:none;

-webkit-user-drag:none;

transition:transform .25s;

}


.vk-gallery img:hover{

transform:scale(1.01);

}


.vk-gallery .swiper-pagination{

bottom:12px!important;

}


.vk-gallery .swiper-pagination-bullet{

width:8px;

height:8px;

opacity:.45;

background:#fff;

}


.vk-gallery .swiper-pagination-bullet-active{

opacity:1;

}


.vk-gallery .swiper-button-prev,

.vk-gallery .swiper-button-next{

width:42px;

height:42px;

border-radius:50%;

background:rgba(0,0,0,.35);

backdrop-filter:blur(8px);

transition:.2s;

}


.vk-gallery .swiper-button-prev:hover,

.vk-gallery .swiper-button-next:hover{

background:rgba(0,0,0,.55);

}


.vk-gallery .swiper-button-prev:after,

.vk-gallery .swiper-button-next:after{

font-size:18px;

color:#fff;

font-weight:bold;

}


@media(max-width:768px){

.vk-gallery .swiper-button-prev,

.vk-gallery .swiper-button-next{

display:none;

}

}