@media screen and (max-width: 550px) {
.copyrights {
width: 100%;
}
.contacts {
width: 100%;
}
}
p {
background: url(images/tune1.png) no-repeat !important;
}
$(document).ready(function() {
$('#celebs tbody tr:even').css('background-color','#dddddd');
});