@charset "utf-8";

/*  =========================================================================

    Individual styles
    -Knowledge
      -Validity

    ========================================================================= */

.container.hero {
    background-image: url("../images/validity/pgtitle.jpg");
}


@media screen and (max-width: 780px) {
    #validity > section.sec-2-1 > ul > li:nth-child(2) > img.block.block-center.shows-under-md {
        margin-top: 1em;
        margin-bottom: .5em;
    }
    #validity > section.sec-2-2.padded-minor > ul > li:nth-child(1) > img {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 480px) {
    #validity > section.sec-2-1 > ul > li:nth-child(2) > img.block.block-center.shows-under-md {
        zoom: 75%;
    }
}
