.widget.custom-carousel .carousel-list .image-container img {
	position: unset;
    left: unset;
    top: unset;
}

/* ------------------------------- */
/* Google 360 tours */
/* ------------------------------- */

.google-360-wrapper {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 0;
    position: relative;
}

.google-360-wrapper iframe {
    width: 100%;
    height: auto;
    border: 0;
    position: unset;
}

&.helix-matterport-360-wrapper {
    min-height: none;
}

@media only screen and (max-width: 40.5625em) {
    .google-360-wrapper {
        overflow: scroll;
    }

    .google-360-wrapper iframe {
        min-width: 455px;
        min-height: 550px;
    }
}

@media only screen and (min-width: 40.625em) {
    .google-360-wrapper iframe {
        aspect-ratio: 16 / 9;
    }
}