
.accom-img-container {
    max-width: 200px !important;
    max-height: 100px !important;
    min-width: 200px !important;
    min-height: 100px !important;
}
.act-img-container {
    min-width: 300px !important;
    max-height: 250px !important;
    height: 100% !important;
}
.accom-img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.act-img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.tour-map-holder img {
    width: 80%;
    height: auto;
    max-height: 560px;
}

.object-fit-cover {
    object-fit: cover;
}

.img-original {
    width: auto !important;
    height: auto !important;
    max-width: none;
    max-height: none;
}

.img-left {
    float: left;
    margin-right: 10px;
}

.img-right {
    float: right;
    margin-left: 10px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}