@media only screen and (max-width: 768px){
  #w_grid-1646721782029 > div > .p_gridbox > .p_gridCell:nth-child(1){
  display:none;
  }
  div[data-vhide768]{
    display:block !important;
  }
  #w_grid-1646724076676 > div > .p_gridbox > .p_gridCell:nth-child(n+1){
        width: 33%;
    float: left;
    clear: inherit !important;
  }
}
@media only screen and (min-width: 769px){
  
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
  
}