.banner-image {
    width: 100%;
    height: 80vh;
}

.image-container {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
}

.about-image {
    width: 100%;
    height: 350px;
}

.about-page-image {
    width: 350px;
    height: 350px;
    float: left;
    padding-top: 8px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.contact-image {
    height: 100%;
}

.media-image {
    height: 75px;
}

.team-image {
    height: 250px;
}

.thumb-image {
    height: 100px;
    width: 100%;
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 10px;
}

.detail-image {
    height: 400px;
    background: #fafafa;
}

.gallery-thumb-image {
    height: 80px;
    width: 80px;
    border: 1px solid #eee;
    background: #fafafa;
}

.volunteer-image {
    height: 150px;
    width: 100%;
}

.banner-image img,
.image-container img,
.about-image img,
.about-page-image img,
.contact-image img,
.media-image img,
.thumb-image img,
.team-image img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.volunteer-image img,
.detail-image img,
.gallery-thumb-image img {
    height: 100%;
    width: 100% !important;
    object-fit: contain;
}

.gallery-container {
    display: flex;
    overflow: auto;
    width: 100%;
    background: #fafafa;
    margin-top: 5px;
    padding: 5px;
}

.gallery-container a {
    margin: 0px 2px;

}

.description .text {
    margin-bottom: 15px;
}

.blog-single .inner-box .lower-box .top-content {
    padding-left: 0px !important;
}

@media (max-width: 480px) {
    .banner-image {
        width: 100%;
        height: 100vh;
    }

    .thumb-image {
        height: 300px;
    }

    .team-image {
        height: 300px;
    }

    .about-page-image {
        float: unset;
        width: 100%;
        padding-top: unset;
        padding-right: unset;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .thumb-image {
        height: 300px;
    }

    .team-image {
        height: 200px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .thumb-image {
        height: 300px;
    }

    .image-container {
        height: 400px;
    }
}