.bottom-ads {
  background: rgb(17, 40, 100);
  background: -moz-linear-gradient(344deg, rgba(17, 40, 100, 1) 45%, rgba(34, 81, 202, 1) 100%);
  background: -webkit-linear-gradient(344deg, rgba(17, 40, 100, 1) 45%, rgba(34, 81, 202, 1) 100%);
  background: linear-gradient(344deg, rgba(17, 40, 100, 1) 45%, rgba(34, 81, 202, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112864",endColorstr="#2251ca",GradientType=1);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .bottom-ads {
    padding-top: 2.5rem;
  }
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.bottom-ads-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .bottom-ads-inner {
    flex-direction: row;
  }
}

.bottom-ads-img {
  position: absolute;
  top: 0.75rem;
  flex-shrink: 0;
  align-self: flex-start;
  width: 65px;
  height: 65px;
  overflow: visible;
}

@media (min-width: 420px) {
  .bottom-ads-img {
    position: relative;
    top: auto;
    width: 100px;
    height: 150px;
    overflow: hidden;
  }
}

.bottom-ads-img .ImageRes-container {
  width: 60px;
}

@media (min-width: 420px) {
  .bottom-ads-img .ImageRes-container {
    width: 190px;
  }
}

.bottom-ads-img .flash-img {
  position: relative;
  width: 150px;
  height: 50px;
  max-width: 150px;
  top: 2px;
  left: -60px;
}

@media (min-width: 420px) {
  .bottom-ads-img .flash-img {
    height: 150px;
    left: -10px;
  }
}

.bottom-ads-content {
  align-self: center;
  padding-right: 0.25rem;
  padding-left: 2.4rem;
  flex: 1;
  text-align: left;
}

@media (min-width: 420px) {
  .bottom-ads-content {
    padding-left: 7rem;
  }
}

@media (min-width: 640px) {
  .bottom-ads-content {
    padding-left: 0;
    padding-right: 2.5rem;
  }
}

.bottom-ads-content .lg-size {
  font-size: 1rem;
  font-weight: 600;
  color: #FFE600;
  margin-bottom: 0.75rem;
  line-height: normal;
  display: none;
}

@media (min-width: 420px) {
  .bottom-ads-content .lg-size {
    font-size: 36px;
    display: block;
  }
}

.bottom-ads-content .mb-size {
  font-size: 1.2rem;
  color: white;
  display: block;
}

@media (min-width: 420px) {
  .bottom-ads-content .mb-size {
    display: none;
  }
}

.bottom-ads-content .subhead {
  font-size: 20px;
  display: none;
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 420px) {
  .bottom-ads-content .subhead {
    display: block;
  }
}

.bottom-ads-content .stock-btn {
  width: 160px;
  height: 33px;
  background-color: #e6ba3f; /* assuming "bg-yellow" = yellow-400 */
  margin-top: 0.75rem;
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid #2b64f9; /* blue-500 */
}

@media (min-width: 640px) {
  .bottom-ads-content .stock-btn {
    width: 258px;
    height: 33px;
  }
}

.bottom-ads-content .strike-now {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #112864; /* assuming primary-700 */
  white-space: nowrap;
  font-weight: 600;
  z-index: 10;
}

.bottom-ads-content .video-btn {
  position: relative;
  width: 300px;
  max-width: 300px;
  height: 300px;
  left: -18px;
  top: -130px;
}

.bottom-ads .strike-icon {
  align-self: flex-end;
  margin-left: auto;
  flex-shrink: 0;
  padding-bottom: 1.25rem;
  
}

.bottom-ads .strike-icon img {
  display: block;
  width: 2.25rem;
}

@media (min-width: 420px) {
  .bottom-ads .strike-icon img {
    width: 66px;
    height: 66px;
  }
}
