/*------------------------------------------------------------------
[Master Stylesheet]

Author: AtypicalThemes
Template: ARSNL - Video Game landing page

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

-------------------------------------------------------------------

/* --------------------------- /////////// III. HERO SECTION /////////// --------------------------- */
.hero-unit {
    position: relative;
}
/* -Video- */
#bgvid {
    width: 100%;
    height: 100%;
}
/* -Image Overlay- */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.hero-caption {
    position: absolute;
    top: 25%;
    left: 15%;
    right: 15%;
    padding: 20px;
    z-index: 5;
    text-align: center;
}
.hero-unit img {
    position: absolute;
    top: 65%;
    width: 60%;
    left: 15%;
    right: 15%;
    margin: 0 auto;
}
.hero-caption h2 {
    font-size: 1.5rem;
}
.hero-caption h1 {
    font-size: 3.5rem;
}
