* {
    margin: 0;
    box-sizing: border-box;
}
body {
    background-color: #f0f0f0;
    background-color: black;
    overflow-x: hidden !important;
}

@media screen and (max-width: 1100px){
    .initial-pic img {
        width: auto !important;
        height: 100% !important;
        transform: translateX(-50%);
        position: relative;
    }
    .main-welcome {
        top: 35% !important;
        width: 80% !important;
        left: 10% !important;
    }
    .main-welcome h1 {
        font-size: 50px !important;
    }
    .main-welcome h2 {
        font-size: 25px !important;
    }
    .autofill-box, .inline-form-elem, input[type=submit] {
        width: 100% !important;
        display: block !important;
        border-radius: 0 !important;
    }
    .search-routes input[type=submit]{
        padding: 20px 0;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .search-routes {
        display: block !important;
        border-radius: 5px !important;
    }
    .autofill-box:first-of-type input[type=text] {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
    }
    .autofill-options {
        z-index: 999999999;
    }
    .initial-pic {
        min-height: 80vh !important;
        overflow-y: visible !important;
    }
    .search-form {
        height: auto !important;
        overflow-y: visible !important;
    }
    .search-form h1, .roadmap h1 {
        font-size: 50px !important;
        margin-bottom: 40px !important;
    }
    .search-form .cover, .bg-img {
        min-height: 100vh !important;
    }
    .bg-img img {
        transition: 0.2s all;
    }
    .search-form .cover img, .bg-img img {
        height: 100% !important;
        width: auto !important;
        position: static;
        transform: translateX(-50%);
    }
    .grad {
        background: none;
        background-color: rgba(0,0,0,0.6);
    }
    .group-cando * {
        width: 100% !important;
    }
    .road-list {
        width: 80% !important;
        left: 10% !important;
    }
    .numerical-node {
        padding: 20px 25px !important;
    }
    .main-login input {
        width: 80% !important;
        left: 10% !important;
        position: relative;
        border-radius: 3px;
    }
    .ride-list {
        display: block !important;
    }
    .filter-list {
        display: none;
    }
    .filter-list, .driver-list {
        width: 100% !important;
    }
    .vart, .ride-split {
        display: block !important;
    }
    .ride-summary, .ride-checkout {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .ride-split {
        width: 100% !important;
        left: 0 !important;
    }
    #dropoff-addr {
        border: solid 2px black !important;
    }
    .ride-time, .rd-dest-d {
        padding-right: 20px;
    }
    .ride-breakdown {
        display: block !important;
    }
    .price-buy {
        background-color: black;
        color: white;
        border-radius: 5px;
    }
    .ride-lnk {
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .ride-short-meta {
        text-align: center;
    }
    .driver-profile {
        width: 100% !important;
        display: block !important;
        margin: 5px 0 !important;
        text-align: center;
    }
    .overlay-grad h1, .overlay-grad h2, .overlay-grad h3, .overlay-grad h4 {
        width: 100% !important;
        left: 0 !important;
        text-align: center;
    }
    .main-hero img {
        transform: scale(3) translateY(50%);
    }
    .group-cando {
        padding-left: 0 !important;
        padding: 0 15px !important;
    }
}