@media (max-width:980px) {
    #pubpix-info__head {
        height: auto !important;
    }

    #pubpix-info [class^=pubpix-info--] {
        height: auto !important;
    }

    .pubpix-info__head__indicator-arrow {
        height: 80px !important;
        line-height: 80px !important;
    }

    .pubpix-info__head__field {
        height: 80px !important;
        padding: 0 10px !important;
        border: none;
    }

    .pubpix-info__head__field.pubpix-info__head__field--button,
    .pubpix-info__head__field.pubpix-info__head__field--button--disabled {
        float: none !important;
    }
}