#event-list { margin: 10px 0 ; padding: 40px 40px 15px; }
@media screen and (max-width: 641px) {
  #event-list {
    padding: 16px;
  }
}
#event-list li { margin: 15px 0 40px;  }
#event-list .event-photo { float: left;  width:240px; height:135px; margin-right: 10px; position: relative; overflow:hidden;  }
#event-list .event-photo img { height:120px; width:242px; overflow:hidden; display:block; object-fit:contain; }
@media screen and (max-width: 641px) {
  #event-list .event-photo, #event-list .event-photo img {
    width: 100%;
    height: 100%;
  }
}
#event-list .event-photo img {
  width:100%;
  border: none;
}
#event-list .event-info { float: left; width: 455px;  }
@media screen and (max-width: 980px) {
  #event-list .event-info {
    width: 100%;
    margin-top: 16px;
  }
}
.event-info dt { margin-bottom: 10px; }
.event-info dt a { font-size: 140%; line-height: 1.4;}
.event-info p { margin: 10px 0; line-height: 1.4;}

.about-full
{
  position: absolute;
  top: 0;
  color: #fff !important;
  background: #2b2b2b !important;
  padding: 4px 8px !important;
  font-size: 13px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
