
.only-tablet-desktop {
display: none; 
}
@media (min-width: 768px) {
.only-tablet-desktop {
display: flex;           
justify-content: center; 
align-items: center;     
height: 100%;            
}
}