.swing-for-the-fences .home_page__player_info {
    max-width: 85%;
    top: -100px;
    font-weight: 900;
    margin: 0 auto;
    padding-bottom: 70px;
    text-align: center;
    border-radius: 65px;
    background: linear-gradient(rgba(70, 108, 69, 0.3) 0%, rgba(87, 107, 127, 0.6) 100%),
        linear-gradient(0deg, rgba(50, 64, 90, 0.2), rgba(50, 64, 90, 3.7));
    z-index: 10;
    position: relative;
    border: 6px solid #F6DFB3;
    box-shadow: 8px 8px 0px 0px #323C62, 6px 6px 0px 0px #3B4673 inset;
}

.swing-for-the-fences .home_page__player_info__content {
  background-size: 100%;
  content: '';
  display: block;
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
}

.swing-for-the-fences .home_page__player_info_inner {
  margin: 0 auto;
  position: relative;
}

.swing-for-the-fences .home_page__player_info__paragraph1,
.swing-for-the-fences .home_page__player_info__paragraph2 {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  font-family: "DynaPuff-regular";
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  padding: 35px 34px 0;
}

.swing-for-the-fences .home_page__player_info__paragraph1 {
  padding: 50px 45px 0;
}

.swing-for-the-fences .home_page__player_info--background {
    background: transparent no-repeat url(../images/promo-inner-gradient.png);
    background-size: cover;
    color: #fff;
    padding: 100px 0 0 0;
    margin-bottom: 20px;
    display: block;
    z-index: 5;
    position: relative;
}

.swing-for-the-fences .multiplier_image {
  width: 600px;
    display: block;
    /* margin: 15px auto 0; */
    z-index: 2;
    position: relative;
}

@media (max-width: 750px) {
  .swing-for-the-fences .multiplier_image {
    width: 660px;
  }

  .swing-for-the-fences .home_page__player_info--background {
    padding: 30px 0 5px 0;
    margin: 0 auto 0;
  }

  .swing-for-the-fences .home_prizes_cover_image_mobile {
    display: block;
    padding-top: 10px;
    max-width: 100%;
  }

  .swing-for-the-fences .home_page__player_info {
    top: -60px;
    max-width: 90%;
    padding-bottom: 20px;
  }

  .swing-for-the-fences .promo-banner p {
    font-size: 16px;
    line-height: 35px;
    width: 100%;
    margin: 0 auto 25px;
  }

  .swing-for-the-fences .home_page__player_info__paragraph1 {
    padding: 30px 20px 0;
  }

  .swing-for-the-fences .home_page__player_info__paragraph2 {
    padding: 12px 15px 0;
  }

  .swing-for-the-fences .promo-banner h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .swing-for-the-fences .home_page__player_info__paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  .swing-for-the-fences .home_page__player_info__paragraph:first-of-type {
    padding: 25px 20px 0;
  }

  .swing-for-the-fences .home_page__player_info__paragraph:last-of-type {
    padding: 0 20px;
  }
}

@media (max-width: 550px) {
  .swing-for-the-fences .multiplier_image {
    width: 280px;
  }
}

@media (max-width: 300px) {
  .swing-for-the-fences .multiplier_image {
    width: 242px;
    padding: 0;
  }
}


