.newzlive-imagebox .newzlive-title{
    margin: 0.8em 0;
}

.newzlive-image-box img {
    object-fit: cover !important;
    object-position: cover !important;
}

.scroll-img .newzlive-image-box-img img {
    scroll-behavior: smooth;
    width: 100%;
    -o-object-position: top;
    object-position: top;
    height: 21.9375em;
    -webkit-transition: all 25s ease;
    transition: all 25s ease;
    -o-object-fit: cover;
    object-fit: cover;
}
.scroll-img.hover-image-scroll:hover .newzlive-image-box-img img {
    object-position: bottom;
    transition: 25s all ease;
    -webkit-transition: all 25s ease;
  }

.newzlive-image-box {
    background: var(--global-body-lightcolor);
    border-radius: .5em;
    padding: 1em;
    position: relative;
    top: 0;
    -webkit-transition: all .9s ease-out 0s;
    transition: all .9s ease-out 0s;
}
.newzlive-image-box:before {
    color: hsla(0,0%,100%,.7);
    border-radius: .5em .5em 0 0;
    padding: .1875em .625em;
    border-bottom: .0625em solid rgba(0,0,0,.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "\2022\2022\2022";
    display: block;
    letter-spacing: .1875em;
    line-height: 1.625em;
    font-size: 1em;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.newzlive-image-box .newzlive-image-box-title {
    padding: .9375em;
    width: 100%;
    color: var(--global-white-nochange);
    display: inline-block;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-align: center;
}