.info7_bg_container {
    padding: 120px 0;
    width: 100%;
}

.info7_container {
    max-width: 1200px;
    margin: 0 auto;
}

#info7_swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.info7_img_wrapper {
    position: relative;
}

.info7_img_wrapper > img {
    width: 300px;
    height: 420px;
    object-fit: cover;
}

.info7_img_mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: -110%;
    transition: all 0.5s;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info7_img_mask > p {
    font-size: 14px;
    color: #fff;
}

.info7_img_wrapper:hover .info7_img_mask {
    bottom: 0;
}

@media (max-width: 768px) {
    .info7_min_arrow {
        display: none;
    }

    .info7_img_wrapper > img {
        width: 100%;
        height: 420px;
    }
}
