@media(max-width: 413px){
    .hide-when-small{
        display: none;
    }
}