.mobile {
display:none;
}
@media (max-width:470px) {
.full {
display:none;
}
.mobile {
display:block;
}
}