

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .state-image-bottom{
        /*height: 300px;*/
    }

    .state-image-top{
        float: none;
    }

    .state-top-section{
        text-align: center;
    }

    .state-bottom-section{
        text-align: center;
    }
}

/* Break point on donation appeals */
@media (max-width: 670px) {
    #donation-appeals h3{
        min-height: inherit;
    }
}

@media only screen and (max-width: 41.688em) and (min-width: 0) {
    .country-drop{
        float: none !important;
    }
}