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