.store-locator-map-saumon {

    .map {
        height: 50vmax;

        @screen lg {
            height: 66vmin;
        }
    }

    /* Infowindow close button */
    .gm-ui-hover-effect {
        @apply top-4 right-4 !important;

        &::after {
            @apply text-primary text-base;
            content: '\f00d';
            font-family: 'Font Awesome 5 Pro';
        }

        & > span {
            @apply hidden !important;
        }
    }
}
