/* Media-Queries */

@media handheld, only screen and (max-width: 700px) {
    .node-type-article .field-item img {
        width: 100%;
        height: 100%;
    }
}

@media handheld, only screen and (max-width: 365px) {
    ul.partner-box li {
        margin-right: 30px !important;
    }

    .node-type-article .field-item img {
        width: 100%;
        height: 100%;
    }
}

@media handheld, only screen and (min-width: 797px) and (max-width: 1007px) {
    ul.partner-box li {
        margin-right: 30px !important;
    }
}

@media handheld, only screen and (min-width: 768px) and (max-width: 796px) {
    ul.partner-box li {
        margin-right: 20px !important;
    }
}

@media handheld, only screen and (max-width: 299px) {
    ul.partner-box li {
        margin-right: 20px !important;
    }

    .node-type-article .field-item img {
        width: 100%;
        height: 100%;
    }
}

@media handheld, only screen and (max-width: 279px) {
    ul.partner-box li {
        margin-right: 10px !important;
    }
}