.adaptive-carousel p.article-carousel-button {
  position: relative;
  margin: unset;
  background: unset;
}

.adaptive-carousel .wrap-copy {
  background-size: 140% 100%;
}

.adaptive-carousel .item:after {
    content: '';
    width: 300px;
    height: 150px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #FFFFFF 80%);
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.adaptive-carousel .item:before {
    content: '';
    position: absolute;
    width: 230px;
    height: 125px;
    right: 20px;
    bottom: 0;
    background-image: url(/content/dam/southstar/florida-natural-gas/images/frla/frla_logo_rgb.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

@media (max-width: 992px) {
  .adaptive-carousel .item:after {
    width: 100%;
    height: 100px;
    right: 0;
    bottom: 0;
  }
  .adaptive-carousel .item:before {
    width: 164px;
    height: 80px;
    right: 18px;
    bottom: 10px;
  }
}
