.image-link {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.image-preview {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.image-swiper {
    width: calc(100% - 1px);
    overflow: hidden;
}
.image-block .btn-play{
    display: none;
}

