.block11864 {
    width: 100%;
    padding: 20px 0;
}

.block11864 .wrapper {
    width: 100%;

}

.block11864 .tile {
    margin: 0 1px;
    width: calc(100% / 3 - 2px);
    outline: none;
    position: relative;

}

.block11864 .imgBox {
    width: 100%;
    height: 279px;
}

.block11864 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block11864 .textBox {

    width: 100%;
    background: #000;
}

.block11864 .title {
    margin: 0 0 5px;
    font-size: 16px;
    color: #fff;
    opacity: 0.4;
    line-height: 2.5;
    text-align: center;
    word-break: break-word;
}

.block11864 .text {
    font-size: 20px;
    line-height: 1.333em;
    color: #fff;
    text-align: center;
    word-break: break-word;
}

.block11864 .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: unset;
}

.block11864 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    transition: .3s;
    cursor: pointer;

    opacity: 0.3;
}

.block11864 .slick-dots li button {
    display: none;
}

.block11864 .slick-dots li:hover {
    opacity: 1;
}

.block11864 .slick-dots .slick-active {
    opacity: 1;
}

.block11864 .cont {
    position: absolute;
    transition: .3s;
    top: 279px;
    left: 0;
    padding: 20px 10px 30px;
    width: calc(100% - 20px);
    z-index: 2;
}

.block11864 .imgMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: .3s;
    background: #000;
}

.block11864 .tile:hover .cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.block11864 .tile:hover .imgMask {
    opacity: 0.8;
}
.block11864 .button{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    outline: none;
}
/* @media screen and (min-width: 1220px) {
    .dIUKApfBVdQj .container {
        width: 1200px;
    }
} */

@media screen and (min-width: 990px) {
    .dIUKApfBVdQj .container {
        width: 100%;
        max-width: 1200px;
    }
}

@media screen and (max-width: 989px) and (min-width: 768px) {
    .dIUKApfBVdQj .container {
        width: 100%;
    }
}