@media(max-width: 756px) {
    .banner_new__content {
        height: 100%;
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 757px) and (max-width: 978px) {
    .main_page .hotspot {
        overflow-x: scroll;
    }

}

.newsletter_button_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1.2rem;
}
@media (min-width: 979px) {
    .newsletter_button_wrapper {
        flex-direction: row;
    }
}


#product_bottom__nav {
    max-height: unset;
}
#product_bottom__nav #projector_prices_wrapper {
    margin-bottom: 0;
}

#product_bottom__nav #projector_price_maxprice_wrapper {
  display: flex;
  flex-direction: column;
}
#product_bottom__nav .projector_details__buy_wrapper {
  background: #fff;
}
#product_bottom__nav .projector_buy__button {
  max-height: 50px;
  font-size: 16px;
  width: 50%;
  flex: 1 1 50%;
}

@media (max-width: 978px) {
  /*.projector_page header {*/
  /*  padding-bottom: 10px;*/
  /*}*/
  /*.scroll .projector_page header {*/
  /*  transform: translateY(80px) !important;*/
  /*}*/
  /*.projector_page #projector_prices_wrapper {*/
  /*  min-width: 50% !important;*/
  /*}*/
  /*.projector_page #menu_search {*/
  /*  position: fixed;*/
  /*  top: 0;*/
  /*  margin-top: 0;*/
  /*  background: #FFF;*/
  /*  border-bottom: 1px solid black;*/
  /*  max-height: fit-content;*/
  /*}*/
  .projector_page #product_bottom__nav #CDT {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
}