.show-for-small { display: none; } .show-for-medium { display: none; } .show-for-large { display: block; } @media only screen and (max-width:1068px) { .show-for-small { display: none; } .show-for-medium { display: block; } .show-for-large { display: none; } .hide-for-medium { display: none; } } @media only screen and (max-width:735px) { .show-for-small { display: block; } .show-for-medium { display: none; } .show-for-large { display: none; } .hide-for-small { display: none; } .hide-for-medium { display: inline-block; } } .marquee-item__cta { font-size: 14px; } @media only screen and (max-width:1068px) { .marquee-item__cta { font-size: 9px; } } @media only screen and (max-width:735px) { .marquee-item__cta { font-size: 17px; } } 