@media only screen and (max-width: 600px) {
#logo {
    padding-left: 1.5rem;
}
#logo img {
    max-height: 35px;
}

    .projector_page #content #projector_photos {
        margin-top: 1rem;
    }
    .photos .galleryNavigation {
        display:none!important;
    }
}


@media (min-width: 1400px) {
    .projector_page #content {
        grid-template-columns: minmax(0, calc(7 / 12* 100%)) calc(5 / 12* 100%);
        grid-column-gap: inherit;
    }
}

@media (min-width: 1400px) {
    .projector_page #content .projector__details_wrapper {
        max-width: 100%;
    }
}

@media (min-width: 979px) {
    .projector_page #content .projector__details_wrapper {
        padding: 0 0 0 3.2rem;
    }
}

@media (min-width: 979px) {
    .projector_buy__fixed {
        padding: 0.5em 4.8rem!important;
    }
}

#tm-widget-hydra {
    display: none!important;
}

.projector_status__info_amount {
    display: none;
}

#menu_buttons {
    display: none !important;
}