@media screen and (max-width:639px){

.xe-widget { width: 100% !important; box-sizing:border-box; }

  

}

  

@media screen and (min-width: 640px){

.xe-widget { width: 49% !important; box-sizing:border-box; }

  

}