article .details,
article:nth-child(2n) .details {
    flex-direction: column;
    row-gap: 2em;
}

.images, article .details .googleMap,
article .details .images,
article .details .image {
    max-width: unset;
    width: 100%;
}

article .details .images .image {
    max-height: unset;
}

article .attributes {
    width: auto;
    max-width: 50em;
}

article .details .image .frame,
article .details.hasImages.cycle .images {
    max-height:50em;
}

a.button.bookNow {
    margin: 4em;
}