.mosh {
  padding: 5rem 2rem;
  background: url(../images/bg-mosh.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  width: 100rem;
  margin: auto;
}
.mosh a:hover, .mosh a:active {
  opacity: 0.7;
}/*# sourceMappingURL=mosh.css.map */

.mosh a img{
  width: 45rem;
}

@media screen and (max-width: 768px) {
  .mosh {
    padding: 5rem 2rem;
    background: url(../images/bg-mosh.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    width: 100vw;
    margin: auto;
  }
  .mosh a:hover, .mosh a:active {
    opacity: 0.7;
  }/*# sourceMappingURL=mosh.css.map */

  .mosh a img{
    width: 40rem;
  }

}