@charset "utf-8";

/*
 * Affinity
 *
 */

.affinity_menu dl dt{
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    width: 280px !important;
}

.affinity_menu dl dt a{
    margin-left: 0 !important;
    padding-top: 0 !important;
    text-align: center;
}

@media screen and (max-width: 640px) {
    img {
        height: 80% !important;
    }
}