.BLOB {
  position: relative;
}

.BLOB img {
  width: 1920rem;
  height: auto;
  position: relative;
  z-index: 1;
}

.BLOB img.mobile {display: none;}

.BLOB .blob-container {
  height: 270%;
  width: auto;
  position: absolute;
  top: -250rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .BLOB img.mobile {display: block;}
  .BLOB img.desktop {display: none;}
  .BLOB .blob-container {display: none;}
}