#rt-showcase {
  background-position: right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  
  #rt-showcase {
    background-position: left;
  }
  
}