.absolute-top
{
    position:absolute;
    top:0;
    width:100%;
    left:0;
}
@media only screen and (max-width : 992px) {
    .sm-relative
    {
        position:relative;
    }
}

@media only screen and (max-width: 767.98px) {
    .xs-widthrowoffset
    {
        width:calc(100% + 30px);
    }

    .referencebanner{
        margin-top: -7em;
    }
}