/**
 * Theme Name: BIGISSUE
 * Version: 1.0
 * Description:
 * Author: BIGISSUE
 */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  clear: both;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.event_list.large .event {
  display: flex;
  align-items: center;
}

.event_list.large .event .event__image {
  float: left;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  min-height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f1f1f1;
  margin-right: 10px;
}
.event_list.large .event .event__image img {
  width: 70px;
}

.gallery {
    border-top: 1px solid #ddd;
}
.gallery ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.gallery li {
    margin-top: 10px;
}
.gallery img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 767px) {

.gallery {
    margin-top: 30px;
}
.gallery ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -5px 60px;
}
.gallery li {
    min-width: 20%;
    max-width: 20%;
    padding: 0 5px;
    box-sizing: border-box;
}

}
