@media (max-width: 1440px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 920px) {
    .advertising_container {
        display: none;
    }
    .reviews__button-right {
        display: none;
    }
}

@media (max-width: 768px) {
    .advertising_container {
        display: none !important;
    }
    
    .advertising {
        display: none !important;
    }
    
    .banner-right-top,
    .banner-right-bottom,
    .main-banner-400,
    .main-banner-400-holder {
        display: none !important;
    }

    .reviews-by-symptom-item__actions {
        display: none;
    }

    .reviews-by-symptom__ad-space-row .reviews-by-symptom-item__content {
        flex-direction: column;
    }

    .reviews-by-symptom__ad-space-column .reviews-by-symptom-item__content {
        flex-direction: column-reverse;
    }

    .reviews-by-symptom-item {
        height: 124px;
    }

    .reviews-by-symptom-item__image img {
        height: 124px;
        max-width: 500px;
        width: 100%;
    }

    .reviews-by-symptom__button-right {
        display: none;
    }

    .reviews-by-symptom__buttons .reviews-by-symptom__button-left .reviews-by-symptom__button {
        padding: 7px 10px;
        font-size: 16px;
    }

    .reviews-by-symptom-item {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        flex-direction: row;
    }
    .reviews-by-symptom-item__image {
        width: 100%;
        max-width: 100%;
    }
    .reviews-by-symptom-item__image img {
        width: 100%;
        /* height: auto; */
        max-width: 100%;
    }
}

@media (min-width: 768px) {
  
}

@media (max-width: 550px) {
    .reviews-by-symptom__ad-space-row {
        justify-content: center;
    }
    .reviews-by-symptom__ad-space-row .reviews-by-symptom-item {
        width: 100%;
    }
    .reviews-by-symptom__ad-space-row .reviews-by-symptom-item__image img {
        object-fit: cover;
        max-width: 500px;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .advertising_container {
        display: none !important;
    }

    .advertising {
        display: none !important;
    }
}

@media (min-width: 375px) {
}
