.banner.cloned {
    position: fixed;
    top: 0px;
    z-index: 500;
    display: block;
    left: 0px;
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 782px) {
    .banner.cloned  {
        margin-top: 46px !important;
    }
}

@media screen and (max-width: 600px) {
    .banner.cloned  {
        margin-top: 0px !important;
    }
}
