/** * Copyright: 2007-2014, Web Techtonics, LLC * This code is property of Web Techtonics, LLC. All rights reserved. * May not be re-used, re-distributed or modified without permission. */ @media (min-width: 769px) { .mobile-only { display: none !important; } } @media (max-device-width: 740px), (max-width: 740px) { #rkt-shuttle > .owl-carousel + iframe { display: none; } }