/* ===========================
   LOCATION PAGE STYLES
   =========================== */

.location-hero-bg {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(26,26,26,0.85) 100%),
                      url('../img/Epicerie%20Tropicale%20-Sept-iles%20-%20Hero%201.jpg');
    background-size: cover;
    background-position: center;
}

.map-container iframe { border: 0; width: 100%; height: 100%; display: block; }
