div.responsive-picture.slide-img {
  max-width: none;
}

a.glyph.carousel-control.left {
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 0;
  margin-left: -5px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 30px;
}

a.glyph.carousel-control.right {
  position: absolute;
  top: 40%;
  right: 0;
  bottom: auto;
  display: block;
  margin-right: -5px;
  min-height: 100%;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  font-size: 20px;
}

.container-grid.main {
  padding-right: 15px;
  padding-left: 15px;
}

.container-grid.carousel-inner.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 36rem) {
  a.glyph.carousel-control.left {
    position: absolute;
    left: 0;
  }

  a.glyph.carousel-control.right {
    position: absolute;
    right: 0;
  }
}