.monogram {
  height: 560px;
  width: 100%;
}

@media screen and (max-width:767px){
  .monogram {
    height: 280px;
  }
}