﻿/* ============================================================
   REFRESH GLOBAL — GLOBAL HERO STANDARD
   ============================================================ */

/* Breaks out of Bootstrap container */
.hero-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

/* Standardized hero */
.hero {
    height: 560px; /* GLOBAL STANDARD */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

