#colonna01 img {
    width: 200px;
    height: auto;
}

h3 { 
    margin-top: -20px;
    text-align: center;
}
h4 {
    text-align: center;
}

#esibizione { 
    margin-top: 50px;
    text-align: center;
}

#headliner {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
#secondliner {
    margin-top: 30px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
#supportliner {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.distanza { margin-bottom: 20px;}

#club {
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: yellow;
}

@media (max-width: 767px) {
	/* Schermi Smartphone < 768px */

    #colonna01 { 
        margin-left: 20%;
        margin-right: auto;
        height: 350px;
    }
    #colonna02 img { 
        width: 370px;
        height: auto;
    }
}