.charity-image-top {
    margin-top: 7em;
    max-width: 65%;
    float: right;
    margin-right: 5em;
}

.charity-image {
    display: inline-block;
    height: 110px;
    width: 12.3rem;
    text-align: center;
    border: none;
}

.charity-item {
    display:block;
    margin-bottom: 1rem;
}

.charity-list-header {
    border-bottom: 1px #eee solid;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    margin-top: 0;
}

.charity-overview-image {
    margin: 5em 10em;
    max-width: 50%;
}

.charity-video-wrapper {
    margin-top: 5em;
    margin-left: 5em;
}

.charity-video-wrapper .video__image{
    height: 200px;
}

@media (max-width: 1000px) {
    .charity-video-wrapper .video__image{
        height: 292px;
    }

    .charity-video-wrapper {
        margin-top: 5em;
        margin-left: 0;
    }
}

@media only screen and (max-width: 500px) {
    .charity-overview-image {
        margin: 2.5em 5.2em;
    }
}