@media (max-width: 980px){
  .featured-event-wrapper .event-listing{
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
  }
  .featured-event-wrapper .event-wrapper:first-child {
    margin-left: 4px !important;
  }
  .featured-event-wrapper .event-wrapper:nth-child(4n){
    margin-left: 4px !important;
  }
  .free-text-table-headline::after{
    left: 29px !important;
    float: left;
  }
  .so-widget-sow-image-default-d6014b76747a .sow-image-container .so-widget-image{
    margin: 0 auto;
  }
  .widget-wrapper .event-details{
    display: block !important;
    border: 1px solid #999999;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .widget-wrapper .event-details .column-1{
    width: 100% !important;
    background-color: #e5e5f2;
    padding-left: 10px;
  }
  .widget-wrapper .event-details .column-2{
    width: 100% !important;
    padding-left: 10px;
  }
  .widget-wrapper{
    padding: 0px !important;
  }
  .widget_slider_widget .metaslider{
    min-height: 100px;
    height: auto;
  }

  .seat-info-container .ticket-info-row:after {
    content: "";
    display: table;
    clear: both;
  }
  /*Default css incase of price-list widget css is not generated/ not avilable in the container*/
  .seat-info-container .seat-name, .seat-info-container .seat-type, .seat-info-container .seat-price {
    display: inline;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 18%;
  }
  .seat-info-container .seat-name {
    width: 25%;
  }
 .seat-info-container .seat-type {
    width: 40%;
  }
  .seat-info-container .seat-price {
    width: 26%;
  }
}

@media (min-width: 981px){
  .widget_slider_widget .metaslider{
    min-height: 330px;
  }
}