﻿.connector3 {
    width: 100%;
    z-index: 50;
    position: relative;
}

    .connector3 .connector-svg {
        width: 100%;
        height: 100%;
    }


.con3-top-0 {
    transform: rotateZ(180deg) !important;
}

.con3-top-180 {
    transform: rotateZ(180deg) rotateY(180deg) !important;
}

.con3-bottom-0 {
    transform: none !important;
}

.con3-bottom-180 {
    transform: rotateY(180deg) !important;
}
@media(max-width : 992px) {
    .connector3 {
        margin: 0 !important;
        top: auto !important;
        bottom: auto !important;
    }
}