@media (max-width: 480px) { .techl-rc-desk { display: none; } .techl-rc-mobile { display: block; } } /* Media Query for low resolution Tablets, Ipads */ @media (min-width: 481px) and (max-width: 767px) { .techl-rc-desk { display: none !important; } .techl-rc-mobile { display: block !important; } } /* Media Query for Tablets Ipads portrait mode */ @media (min-width: 768px) and (max-width: 1024px){ .techl-rc-desk { display: block !important;