/*
Theme Name: Zermatt Unplugged
Author: Station AG
Author URI: https://station.ch/
Version: 1.0
Text Domain: zermatt
*/

#prevMap {
    width: 100%;
    margin-bottom: -60px;
}

#prevMap .event_map,
#prevMap .event_map_mobile {
    border: 0;
}

#prevMap .event_map {
    width: 100%;
    max-width: 100%;
    height: 80vh;
    display: none !important;
}

#prevMap .event_map_mobile {
    height: auto;
    max-width: 100%;
    display: flex !important;
}

#prevMap .event_map_mobile img {
    width: 100%;
    height: auto;
}

.prevMapContent .tile-block:first-child .col-xs-12:nth-child(2) .tile-content {
    display: none;
}

@media screen and (min-width: 480px) {
    #prevMap .event_map_mobile {
        display: none !important;
    }

    #prevMap .event_map {
        display: flex !important;
        width: 100%;
        max-width: 100%;
        height: 80vh;
        border: 0;
    }

    .prevMapContent .tile-block:first-child .col-xs-12:first-child .title-content {
        display: none !important;
    }

    .prevMapContent .tile-block:first-child .col-xs-12:first-child .tile:first-child {
        display: none;
    }

    #prevMap {
        margin-bottom: 4px;
    }

}

.prevMapContent .tile-block:first-child .tile-content {
    height: 0;
    padding-top: 0;
}

.prevMapContent .tile-block:first-child .tile:not(.image-only):after {
    border: none;
    border-top: 0;
    margin-bottom: 0;
}

.prevMapContent .tile-block:first-child .tile {
    margin-bottom: 0;
}

.prevMapContent .tile-block:first-child .tile-cta-wrapper:after {
    border: none;
    margin-top: 0;
}

