.showcase-animation {
width: 100%;
height: 80vh;
margin: 40px 0;
background-attachment: scroll;
background-size: cover;
background-image: url("https://preview.ibb.co/fhYn9c/htmllover_bg.png");
background-position: center center;
}
.showcase {
background-size: cover;
background-position: center center;
position:relative;
display:block;
}
.bg-animator {
background-image: inherit;
display:block;
background-size: 0px 0px !important;
overflow: hidden;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 0 !important;
}
.bg-animated-reverse .bg-animator:after {
transform: translate3d(0, 0, 0);
background-image: inherit;
background-attachment: scroll;
background-size: auto 100%;
content: '';
position: absolute;