#Other {
    position: relative;
    z-index: 3;
}

.svg-wrapper {
    top: 76%;
    left: 50%;
}

@media screen and (max-width: 768px) {

    #Other {
        margin: 20% 0;
    }

    .back-ground-logo {
        display: none;
    }

    .svg-wrapper {
        top: 30%;
        left: 30%;
    }

    #dynamic-container1 {
        top: 50% !important;
    }

}