.hotspot .products {
    border:none !important;
}

.hotspot .product__icon {
    height: 22rem;
     
}

.hotspot .product__icon img {
    max-height: 22rem;
     
}

@media (min-width:757px) {
 
    .hotspot .product__icon {
        height: 26rem; 
    }    
    
    .hotspot .product__icon img {
        max-height: 26rem;
    }    
}

@media (min-width:979px) {
    .hotspot .product__icon {
        height: 30rem; 
    }    
    
    .hotspot .product__icon img {
        max-height: 30rem;
    }
    
    .projector_page #content {
        display: grid;
        grid-template-columns: minmax(0, 50%) 50% !important;
        grid-column-gap: 30px;
    }    
}

@media (min-width:1024px) {
    .hotspot .product__icon {
        height: 35rem; 
    }    
    
    .hotspot .product__icon img {
        max-height: 35rem;
    }
}

@media (min-width:1200px) {
    .hotspot .product__icon {
        height: 40rem; 
    }    
    
    .hotspot .product__icon img {
        max-height: 40rem;
    }
}



.hotspot .product {
    padding: 5px ;
    text-align: center;
}

.hotspot .product__yousave {
    display: none;
}

.hotspot .omnibus_price {
    display: none;
}

.search .omnibus_price {
    display: none;
}

.dictionary {
    display: none;
}

 .headline__after {
    display: none;
}

.headline {
    justify-content: center;
    border-left: none;
}

.custom__contact__bar__items a {
    text-decoration: none;
    padding: 0 1rem;
}
.projector_versions__status_amount_mw {
    display: none !important;
}
.row.clearfix.wholesale_box:nth-child(2) .col-12:nth-child(3)  {
    display: none !important;
}
#container.client-new_page .row.clearfix.wholesale_box:nth-child(2) .col-12:nth-child(2) .has-feedback {
    display: none !important;
}