.divcc-banner{position: absolute;
    z-index: 9999;
    top: 20%;
    left: 40%;
    width: 35%;}
    .wi-50{width: 44%;
    float: left;
    margin: 3% 2% 0;}
      .wi-50 img{width: 100%; float: left;margin: 25px 0 0 0 ;}

      .wi-50-bt{width: 60%; margin: 25px auto 0;}

 @media only screen and (min-width: 0px) and (max-width: 1000px){
.divcc-banner {
    position: absolute;
    z-index: 9999;
    top: 20%;        left: auto;
    right: 10%;
    width: 35%;
}
      .wi-50 {
    width: 54%;
    float: left;
    margin: 3% 20% 0;}

.wi-50 img {
     
    margin: 10px 0 0 0;
}
      }