.home-page-template #section4 .section-inner .sec4-right .sec4-img:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.home-page-template #section4 .section-inner .sec4-right .sec4-img:after {
    content: "";
    background: rgba(255, 255, 255, 0.68);
    margin: 3rem;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: -webkit-calc(100% - 6rem);
    height: calc(100% - 6rem);
}

.home-page-template #section4 .section-inner .sec4-right .sec4-img {
    position: relative;
	color: black;
}
