.tours .tour__imgdiv {
    position: relative;
    height: 289px;
    overflow: hidden;
    background-color: #000;
}

.tours .tour__imgdiv .tour__img {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
}
