#bike-tour a {
    background: url(../img/test_tour_logo.png) no-repeat center center;
    width: 70px;
    height: 70px;
    display: block;
    background-size: contain;
}

#bike-tour span {
    font-size: 10px;
    line-height: 1.4;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    text-align: center;

}

@media screen and (min-width: 1200px) {
    #bike-tour {

        display: inline-block;
        /*float: left;*/
        height: 100%;
        vertical-align: top;
        padding-bottom: 30px;
        margin: auto;

    }
}

@media screen and (max-width: 1200px) {

    #bike-container-warranty .logo-wrapper-min > div {
        float: left;
    }

    #bike-tour a {
        height: 80px;
        background-size: contain;
    }

    #bike-warranty {
        padding-top: 5px;
    }

    #bike-tour span {
        font-size: 11px;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .logo-wrapper-min {
        display: table;
        margin: 0 auto;
    }

}

@media screen and (max-width: 767px) {
    #bike-tour a {
        height: 70px;
    }

    #bike-tour .text_tour {
        display: none;
    }

    #bike-warranty {
        padding-top: 0;
    }
}
