@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('/static/font/opensans.woff2') format('woff2');
  unicode-range: U + 0000 -00FF, U + 0131 , U + 0152 -0153, U + 02 C6, U + 02 DA, U + 02 DC, U + 2000 -206F, U + 2074 , U + 20 AC, U + 2212 , U + 2215;
}
.homepage_highlight_event_plugin img {
  width: 100%;
}
.homepage_highlight_event_plugin {
  margin-top: 10px;
}
.event_image_half {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width:767px) {
  .homepage_highlight_event_plugin {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}