.homepage-borders{
    &::before,
    &::after{
        content: "";
        display: none!important;
    }
    .left,
    .right{
        content: '';
		display: block;
		height: 100%;
		width: 300px;
		position: absolute;
		top: 0;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 0% 0%;
		z-index: 1;
		pointer-events: none;
    }
    .left{
        left: 0;
    }
    .right{
        right: 0;
    }
}