.age-btn {
    background-color: #54A984;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.1em;
    width: 100%;
    padding: 0.5em 0em;
}

.age-btn:hover {
    background-color: rgb(61, 121, 95);
    color: #fff;
}

.decor-line {
    position: relative;
    top: 0.7em;
    border-top: 1px solid #ccc;
    text-align: center;
    max-width: 40%;
    margin: 0.5em auto;
    display: block;
    padding: 0.1em 1em;
    color: #ccc;
}

.decor-line span {
    background: #fff;
    color: #ccc;
    position: relative;
    top: -.7em;
    padding: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 900;
}

.overlay-verify {
    background: #000;
    opacity: 80%;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1040;
    display: none;
}

.overlay-verify.visible {
    display: block !important;
}

.box {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    margin: 0 auto;
    z-index: 1041;
    width: 70%;
    height: 40%;
    display: none;
}

.box.visible {
    display: table !important;
}

.box .box-left,
.box .box-right {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 5%;
}

.box .box-right {
    text-align: center;
}

.box .box-right p {
    color: #aaa;
}

.box .box-right small {
    color: #ccc;
}

.box .box-right .btn {
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 0.9em 1em 0.7em;
    margin: 1em auto;
    display: block;
}

.box .box-right h3 {
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin: 0 auto;

}

.box .box-left {
    background: url('assets/texture_black.png') 50% 50%;
    background-size: cover;
    color: #fff;
}

.box .box-left img {
    filter: grayscale(100%) invert(100%);
    position: relative;
    z-index: 4;
    width: 10em;
    padding-bottom: 1em;
}

.box .box-left &:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.box .box-left p {
    position: relative;
    z-index: 3;
}

@media (min-width: 54em) {

    .box .box-left,
    .box .box-right {

        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
}