﻿@media screen and (max-width: 767px) {

    .wrapper--mobile-no-padding-x {
        padding-left: 0;
        padding-right: 0;
    }

    .destination-offers {
        padding: 0;
    }

    .home-page-destinations.destination-offers {
        padding: 0;
    }

    .destination-offers__cols, .grid-layout.grid-layout--flex {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .home-page-destinations .great-deal__item {
        width: 87%;
    }

    .great-deal__item:first-of-type {
        margin-left: 0;
        border-left: 10px solid white;
    }

    .great-deal__item:last-of-type {
        margin-right: 10px;
        border-right: 10px solid white;
    }

    .home-page-destinations .great-deal__item-title {
        font-size: 22px;
    }

    .great-deal__item:nth-child(2n) {
        float: none;
        margin-right: 10px;
    }

    .flexible-layout__flex-wrapper {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }

    .flexible-layout, .medium--4.large--4 {
        width: 90%;
        flex: 0 0 auto;
        margin-right: 10px;
    }

    .padding-bottom--x2 .flexible-layout {
        width: 100%;
    }

    .great-deal__item {
        width: 45%;
        flex: 0 0 auto;
        margin-right: 10px;
    }

    .great-deal__item-price {
        font-size: 13vw;
    }

    .destination-offers__item {
        width: 45%;
        flex: 0 0 auto;
        margin-right: 10px;
    }

        .destination-offers__item:nth-child(2n) {
            float: none;
            margin-right: 10px;
        }

        .destination-offers__item:first-of-type {
            border: none;
        }

        .destination-offers__item:last-of-type {
            border: none;
            margin-right: 0;
        }

    .info-card {
        display: flex;
        margin-bottom: 0;
        margin-top: 0;
        height: 100%;
    }
}