/*------------------------------------*\
    LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
    END LOCAL SCREENS
\*------------------------------------*/


/*------------------------------------*\
    LOCAL FIXES
\*------------------------------------*/



.modal-contents .modal-picture-mx-ultra-arrive {
    margin-bottom: 35px;
}

@media only screen and (max-width:1068px) {
    .modal-contents .modal-picture-mx-ultra-arrive {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width:734px) {
    .modal-contents .modal-picture-mx-ultra-arrive {
        margin-bottom: 20px;
    }
}

.section-pro-apps .section-gallery .pro-apps-gallery .item-container .gallery-item .gallery-item-container .gallery-item-label {
    width: 100%;
    text-align: left;
    margin-left: 97px;
    margin-top: 30px;
    z-index: 1;
}

.section-compare .grid-container {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    max-width: 870px;
    margin-bottom: 84px;
    grid-template-columns: 244px 80px 244px 80px 1fr;
}

@media only screen and (max-width:1068px) {
    .section-compare .grid-container {
        max-width: 650px;
        width: 100%;
        grid-template-columns: 170px 68px 170px 68px 1fr;
        padding: 0;
        margin-bottom: 64px;
    }
}

@media only screen and (max-width:734px) {
    .section-compare .grid-container {
        margin-bottom: 66px;
        grid-template-columns: repeat(2,minmax(0,1fr));
        max-width: 320px;
    }
}

@media only screen and (max-width:1068px) {
    .section-max-width {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:734px) {
    .section-max-width {
        max-width: calc(414px + 12.5%);
        padding-left: 6.25%;
        padding-right: 6.25%;
    }
}
/*------------------------------------*\
    END LOCAL FIXES
\*------------------------------------*/