
.only-tablet {
display: none; 
}
@media (min-width: 768px) and (max-width: 1024px) {
.only-tablet {
display: block; 
}
}