@media (min-width: 1158px) {
  .lightwidget-widget {
    width: 90% !important;
    border: 0;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1157px) {
  .lightwidget-widget {
    width: 80% !important;
    border: 0;
    overflow: hidden;
  }
}

@media (min-width: 644px) and (max-width: 767px) {
  .lightwidget-widget {
    width: 85% !important;
    border: 0;
    overflow: hidden;
  }
}

@media (min-width: 601px) and (max-width: 643px) {
  .lightwidget-widget {
    width: 70% !important;
    border: 0;
    overflow: hidden;
  }
}

@media (min-width: 530px) and (max-width: 600px) {
  .lightwidget-widget {
    width: 75% !important;
    border: 0;
    overflow: hidden;
  }
}

.lightwidget-widget {
  width: 90%;
  border: 0;
  overflow: hidden;
}

