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

    #merckx{
        margin-left: -200px;
    }

    #coppi{
        margin-right: -100px;
    }
}

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

    #legends_container{
        display: none;
    }
}

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

    #tag_strip_mobile{
        display: block;
        width: 50%;
        margin: auto;
    }

    #tag_strip{
        display: none;
    }

    #holm_logo{
        margin-top: -110px;
    }
}

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

    #tag_strip_mobile{
        width: 70%;
    }
}

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

    #tag_strip_mobile{
        width: 90%;
    }
}