.gmr-verytopbanner .gmr-parallax {
    width: 100%;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    height: 518px;
}

.gmr-floatbanner-left {
    left: 50%;
    margin-left: -880px;
    position: fixed;
    top: auto;
    width: 300px;
    justify-content: flex-end;
    display: flex;
}

.gmr-floatbanner-right {
    right: 50%;
    margin-right: -880px;
    position: fixed;
    top: auto;
    width: 300px;
    justify-content: flex-start;
    display: flex;
}