.gallery img{
    height: 260px !important;
    width:260px !important;
    object-fit: cover;
}
.gallery__buttons{
    display:inline-block;
}
.gallery__button{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 21px;
    padding-right: 21px;
    opacity:0.7;
    margin-bottom:10px
}
.gallery__button.active{
    opacity:1;
}
.gallery-wrapper {
    display:none;
}
.gallery-wrapper#pansionat{
    display:block;
}
.gallery-wrapper-video {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.gallery-wrapper-video > .wp-video {
	width: calc(100% / 3 - 16px) !important;

}

@media (max-width: 768px) {
    .gallery img{
        height: 130px !important;
    }
	.gallery-wrapper-video > .wp-video {
		width: calc(100% / 2 - 16px) !important;
	}
}
@media (max-width: 576px) {
    .gallery img{
        height: 80px !important;
    }
}