 @media screen and (max-width:767px) {
     .cNexusProduct {
         text-align: center;
     }
     #elNexusGiftcard {
         width: 100%;
     }
     #elNexusGiftcard_card {
         width: 100%;
         height: 190px;
     }
     #elNexusGiftcard_card span[data-role="icon"] {
         width: 50px;
         height: 50px;
         font-size: 30px;
         line-height: 50px;
         top: 10px;
         left: 10px;
     }
     #elNexusGiftcard_card strong[data-role='siteName'] {
         top: 20px;
     }
     #elNexusGiftcard_card strong[data-role='value'] {
         font-size: 42px;
     }
     #elNexusGiftcard_card h2 {
         font-size: 30px;
         bottom: 70px;
     }
     #elNexusFiltersBox .ipsSideMenu .ipsSideMenu_title,
     #elNexusFiltersBox .ipsSideMenu .ipsSideMenu_list {
         display: block;
     }
     [data-role="categorySidebar"] {
         width: 100%;
     }
 }