.custom1 .container-fluid {
  max-width: 1200px;
  padding: 32px 32px;
  overflow: hidden;
}

.custom1 .contents {
  width: 80%;
  margin: 0;
  padding: 32px;
}

.custom1 a {
  color: #fff;
}

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

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

.container-fluid.custom2{
  max-width: 1200px;
  margin-top:20px
}
.custom2 .media-box{
  text-align:center;
}
.custom2 .media-box.pull-left{
  float:none !important;
}

@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;
  }
  .custom1 figure{
    display:none !important;
  }
  .custom2 .media-box{
    text-align:left;
  }
  .custom2 .media-box.pull-left{
    float:left !important;
  }
}