.seperator-left-hero img {
    position: relative;
    top: -100px;
    left: 10px;
}

.seperator-left img {
    position: relative;
    top: -40px;
    left: 10px;
}

.seperator-center img {
    position: relative;
    top: -40px;
}

@media (min-width:767px) {
    .seperator-left-hero img {
        height: 200px !important;
    }
}

@media (max-width:768px) {
    .seperator-left-hero img {
        top: -80px;
    }

    .seperator-center img {
        width: 6px !important;
    }
}