.reveal {
    pointer-events: none;
}

.reveal {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 10em;
}

.reveal>div {
    display: none;
}

.closeReveal {
    position: absolute;
    top: 20px;
    cursor: pointer;
}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.dual__inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dual {
    position: relative;
    background-color: #fcf8ed;
}

.dual__inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dual__half {
    position: absolute;
    height: 100%;
    width: 51%;
    right: 0;
    background-position: center;
    background-size: cover;
}

.dual__content {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60vh;
    padding: 1.5em 2.5em;
    line-height: 1.4;
    z-index: 20;
    color: black;
}

.dual__content {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(60px, 0, 0);
    transition: opacity 0.55s 0.4s, transform 0.55s 0.4s;
}

.dual__content.dual__content--show {
    opacity: 1;
    pointer-events: visible;
    transform: translate3d(0, 0, 0);
}

.reveal-fragrance .dual__half {
    background-image: url(../img/site/fragrance-1.jpg);
}

.reveal-cologne .dual__half {
    background-image: url(../img/site/edc-1.jpg);
}

.reveal-home .dual__half {
    background-image: url(../img/site/home-fragrance-1.jpg);
}

.reveal-bath .dual__half {
    background-image: url(../img/site/bab-1.jpg);
}

.reveal-skin .dual__half {
    background-image: url(../img/site/skin-care.jpg);
}

.reveal-hair .dual__half {
    background-image: url(../img/site/hair-care-1.jpg);
}
.reveal-hand .dual__half {
    background-image: url(../img/site/hand-gel-1.jpg);
}
.reveal-gifting .dual__half {
    background-image: url(../img/site/aog-1.jpg);
}