.blog-img-wrapper {
    max-width: 425px;
    max-height: 319px;
    overflow: hidden;
}
.blog-img-wrapper img {
    width: 100%;
    height: auto;
}

.ike-content img {
    max-width: 100%;
    width: auto !important;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
}
.ike-content .gallery {
    text-align: center;
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
}
.ike-content .gallery img {
    border: 2px solid #cfcfcf;
    padding: 15px;
}
.ike-content figure.gallery-item {
    display: inline-flex;
    flex-direction: column;;
}
.ike-blog-paginate.pager-items a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Poppins", sans-serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ike-blog-paginate.pager-items span {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    line-height: 1;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.ike-blog-paginate .is-active span {
    font-weight: 700;
    color: #0F46A1;
}
.single-blog img {
    height: auto;
}