/*Layouts css goes here*/
@media (min-width: 500px) and (max-width: 768px ) {
  .ng-col-sm-12 {
      width: 100% !important;
  }
}

div.thumbnail {border: 0 !important;}