body {
    background: #000;
    color: #eee;
}

#hero-rx {
    width: 100%;
    margin-top: -96px;
}

#hero-rx img {
    width: 100%;
    mask-image: linear-gradient(to bottom, transparent 4%, black 4%, black 75%, transparent 95%);
}

.centered-container {
    position: relative;
    margin-top: -12.5%;
}

.centered-container hr {
    margin-left: 0;
    width: 25%;
    border-bottom: #eee 1px solid;
    margin-bottom: 8px;
}

#logo {
    margin-top: 64px;
    position: relative;
}

@media (max-width: 768px) {
    #hero-rx {
        margin-top: 64px;
        overflow-x: hidden;
    }
    #hero-rx img {
        width: 150%;
        margin-left: -25%;
        display: block;
    }
}
