.full-custom {
  background-size: contain;
  background-position-y: bottom;

  background-position-x: right;
  background-repeat: no-repeat;
  background-color: black;
}

@media only screen and (max-width: 50em) {
  .full-custom {
    background-size: 90%;
  }

  .home-custom {
    top: 12% !important;
  }
}