@media (max-width: 1100px) {

    .adventure-group-category {
        white-space: nowrap;
        margin-right: 25px;
    }

        .adventure-group-category[data-sel='1'] {
            margin-right: 25px;
        }

    .adventure-group-category-img
    {
        height:24px !important;
    }

    .card-container-responsive {
        margin-bottom: 26px;
    }

    .seach-box {
        height: 39px;
        width:100%;
    }
}

@media (min-width: 1100px) {
    #data-container > div:first-of-type {
        display: none;
    }
}

