.ll-b39e1503-container {
    display: flex;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin: 0 auto;
}

.ll-b39e1503-col {
    flex: 1 1 0%;
    min-width: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ll-b39e1503-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.ll-b39e1503-col:hover .ll-b39e1503-img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .ll-b39e1503-container {
        flex-direction: column;
        height: auto !important;
    }
    .ll-b39e1503-col {
        height: 250px;
    }
}
