@media only screen and (max-width: 768px){
  #w_grid-1557046097625> div > .p_gridbox > .p_gridCell:nth-child(2){
        display: none;
  }
}
@media only screen and (min-width: 769px){
  #w_grid-1557046097625 >div{
     display: none !important;
  }
 #w_fimg-1571223523543{
  margin-top:0px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
  #w_grid-1557046097625> div > .p_gridbox > .p_gridCell:nth-child(2n){
  display: none !important;
  }
}

