A cor de fundo de chamada não muda quando a tela vai em 610px. Já tentei tanto o @media (width: 610px) quanto o @media screen and (width: 610px).
@media (width: 610px) {
.chamada {
background-color: #F0F;
}
}
@media screen and(width: 610px) {
.chamada {
background-color: #F0F;
}
}