.swipeable-alerter {
    display: none;
}

@media screen and (max-width: 768px) {
    .swipeable-alerter {
        display: block;
    }
}