.Scroll_Thru_V2 .block-bg{
    display: none !important;
}
.Scroll_Thru_V2 .ist-block {
    max-width: 76.25em;
    min-height: 34.375em;
}
.Scroll_Thru_V2 .ist-image {
    width: 45.625em;
    height: 32.5em;
    margin: 0 0 0 9.375em;
}
.Scroll_Thru_V2 .ist-image .ist-image-wrap {
    padding: 3.75em 9.375em 3.75em 0;
    width: 45.625em;
    height: 32.5em;
    box-sizing: border-box;
}
.Scroll_Thru_V2 .ist-image .ist-image-wrap.yellow:before {
    border-color: #FFC600;
}
.Scroll_Thru_V2 .ist-image .ist-image-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 34.375em;
    box-sizing: border-box;
    border-top: 3.8125em solid #FFC600;
    border-bottom: 3.8125em solid #FFC600;
    border-right: 9.4375em solid #FFC600;
    z-index: 2;
    transition: opacity 0.4s;
}
.Scroll_Thru_V2 .ist-image .ist-image-wrap .image-wrap {
    overflow: hidden;
    position: relative;
    z-index: 1;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
}

@media screen and (min-width: 1025px) {
    .Scroll_Thru_V2 .ist-image.fixed .ist-image-wrap {
        position: fixed;
    }
    .Scroll_Thru_V2 .ist-image:not(.fixed) .ist-image-wrap {
        position: absolute;
        top: 0.625em !important;
    }

    .Scroll_Thru_V2 .ist-image.inactive-prev .ist-image-wrap:before,
    .Scroll_Thru_V2 .ist-image.inactive-next .ist-image-wrap:before {
        opacity: 0;
    }
    .Scroll_Thru_V2 .ist-image.active .ist-image-wrap:before {
        opacity: 1;
    }
    .Scroll_Thru_V2 .ist-image.fixed-end .ist-image-wrap {
        position: absolute;
        top: auto !important;
        bottom: 0.625em !important;
    }

}
@media screen and (max-width: 1024px) {
    .Scroll_Thru_V2 .ist-block {
        min-height: 0;
    }
    .Scroll_Thru_V2 .ist-image {
        width: auto;
        height: auto;
        margin: 2.5em 0 0;
    }
    .Scroll_Thru_V2 .ist-image .ist-image-wrap {
        padding: 1.25em 0 1.25em 0;
        width: auto;
        height: auto;
        transform: none !important;
    }
    .Scroll_Thru_V2 .ist-image .ist-image-wrap:before {
        width: 12.5em;
        right: -1.875em;
        border-top-width: 1.3125em;
        border-bottom-width: 1.3125em;
        border-right-width: 1.9375em;
    }
}