 @media (min-width: 1600px) {
     .visible-xl {
         display: block !important;
         display: none;
         top: 210px;
         position: fixed;

         -webkit-transition: all .1s;
         -moz-transition: all .1s;
         transition: all .1s;
     }
     .visible-xl.ft-banner-right {
         margin-left: 1241px;
     }
     .visible-xl.ft-banner-left {
         margin-left: -221px;
     }
     .visible-xl.affix {
         position: fixed !important;
         top: 180px;
     }
     /*
     .visible-xl.affix-top {
         position: fixed !important;
         top: 203px;
         -webkit-transition: all .25s;
         -moz-transition: all .25s;
         transition: all .25s;
     }
     .visible-xl.affix-bottom {
         position: absolute !important;
     }
     .visible-xl.product,
     .visible-xl.affix-top.product {
         top: 156px;
     }
     .visible-xl.affix.product {
         top: 170px;
     } */
 }

 @media (max-width: 1600px) {
     .visible-xl {
         display: none;
     }
 }