@media screen and (max-width: 568px){
    #main{
        width:100%;
    }
    #sidebar{
        width: 100%;
    }
    .tableau .clearfix{
        width: 100%;
    }
    .arrow{
         background: none !important;
         height: auto  !important;
         width: auto !important;
    }
    .bookmakers li span{
        width: 90%;
    }
    .hidden-smallDevice{
        display: none;
    }
}