.hotel {
    background: #ffffea none repeat scroll 0 0;
    border: 1px solid #dddddd;
    min-height: calc(10vh - 9rem);
}

    .hotel .hotel-shortDescription {
        color: #2a70e8;
    }

.hotel-featured {
    background: #ffffe6 none repeat scroll 0 0;
}

.hotel-featured-image {
    height: 10rem;
    width: 100%;
}

.hotel-featured-image-lg {
    height: 12rem;
    width: 100%;
}

.hotel-featured-image-2 {
    height: 16rem;
    width: 100%;
}

.hotel-featured-image-3 {
    height: 11.25rem;
    width: 100%;
}
