.fixSec {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    z-index: 900;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 1px 18px-4px #7b7b7b;
    transition: .4s;
}

.PnlLeft .row.sec-image.floatSec.fixSec.container {
    width: 100% !important;
}

.remove-col a {
    background: url(/DeskTopModules/Oto24/AddOn/Image/closeBtn.png) no-repeat;
    text-align: right;
    color: transparent;
    position: absolute;
    right: 0px;
    z-index: 3;
    top: -10px;
    background-size: contain;
}