/* MLB The Show Mobile: WordPress-style background image for account site */
/* Use asset pipeline path for background image */
/* WordPress-style background image with black background for blending */
.flash-bg-wordpress {
  background-image: url("/assets/background-54fd2083.jpg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000;
}
@media (max-width: 768px) {
  .flash-bg-wordpress {
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 0.5rem;
  }
}
