.latest-b21 .post-gallery-format .gl-img .owl-stage {
    max-width: unset !important;
}

.post-gallery-format .gl-img {
    position: relative;
}

.post-gallery-format .gl-img .gl-img-pre:before {
    width: 34px;
    height: 34px;
    font-size: 12px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 33px;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f053";
    text-align: center;
    padding-top: 6px;
    padding-right: 3px;
    position: absolute;
    top: 50%;
    left: 11px;
}

.post-gallery-format .gl-img .gl-img-nxt:before {
    width: 34px;
    height: 34px;
    font-size: 12px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 33px;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f054";
    text-align: center;
    padding-top: 5px;
    right: 13px;
    position: absolute;
    top: 50%;
}

.post-gallery-format .gl-img:hover .gl-img-pre:before,
.post-gallery-format .gl-img:hover .gl-img-nxt:before {
    background: rgba(255, 255, 255, 0.7);
}

.post-gallery-format .gl-img .gl-img-pre:hover:before,
.post-gallery-format .gl-img .gl-img-nxt:hover:before {
    background: rgba(255, 255, 255, 1) !important;
}

.blg-typ3-thumb .post-gallery-format .owl-stage {
    max-width: unset !important;
}

.post-gallery-format .owl-carousel .owl-item img {
    width: auto !important;
}