.BannerTop {
    position: relative;
    width: calc(100% - 160px);
    margin-left: 80px;
}
.wrapperHome {
    position: relative;
    overflow: hidden;
}
.wrapperHome:after {
    position: absolute;
    content: "";
    height: 100%;
    background: #ebebeb;
    width: 1px;
    left: 20%;
    top: 0px;
}

.wrapperHome:before{
    position: absolute;
    content: "";
    height: 100%;
    background: #ebebeb;
    width: 1px;
    right: 20%;
    top: 0px;
}
@media screen and (max-width: 767px){
.wrapperHome:before{display:none !important;}
.wrapperHome:after {display:none !important;}
}
