#about {
    background-image: url("../img/34103376_white-grey-paper-texture-background-kraft-paper-horizontal-with-scaled.webp");
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
}

#about .section-color-overlay {
    background-color: #ffffff62;
    mix-blend-mode: multiply;
}

.details-data {
    font-size: 14pt;
}

.details-label {
    font-size: 12pt;
}

.hotel-image-carousel {
    background-image: url("../img/hotel-images/iadwf-exterior-0001-hor-feat.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 300px;

    transition: background-image 1s;
}