.custom1 .container-fluid {
  max-width: 1200px;
  padding: 32px 32px 45%;
  color: #fff;
  overflow: hidden;
}

.custom1 .contents {
  margin: 0;
  padding: 32px;
  background-color: rgba(0,0,0,0.5);
}

.custom1 a {
  color: #fff;
}

.custom1 .media-image img {
  margin: 0 6px 6px 0;
}

.custom1 figure {
  margin: 0 0 9.5px;
}

@media(max-width: 767px) {
  .custom1 .container-fluid {
    padding: 16px;
    background: none !important;
    color: inherit;
  }

  .custom1 .contents {
    float: none;
    width: 100%;
    padding: 0;
    background: none;
  }

  .custom1 a {
    color: inherit;
  }
}