.thryver-overhang {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  width: 300px;
  margin-bottom: -28px;
}
@media (min-width: 480px) {
  .thryver-overhang {
    width: 440px;
    margin-bottom: -41px;
  }
}
@media (min-width: 768px) {
  .thryver-overhang {
    width: 728px;
    margin-bottom: -68px;
  }
}
{#@media (min-width: 1040px) {
  .thryver-overhang {
    width: 1000px;
    margin-bottom: -93px;
  }
}#}