/* ===== ИСПРАВЛЕНИЯ ДЛЯ ХОСТИНГА ===== */

/* Исправление айфона - ограничиваем размер */
#download-phone-image {
    max-width: 100% !important;
    max-height: 500px !important;
    height: auto !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

@media (max-width: 767px) {
    #download-phone-image {
        max-height: 400px !important;
    }
}

