#mobile_slider {
    display: none;
  }

.swiper-slide {
   cursor: grab;
}

/* Desktop Test */@media screen and (max-width : 768px),
  @media screen and (-webkit-min-device-pixel-ratio:0),
/* iPhone 5/5S */ @media only screen and (min-device-width : 320px) and (max-device-width : 568px), 
/* iPhone 6Plus */ @media only screen and (min-device-width : 540px) and (max-device-width : 960px), 
/* iPhone 6 */ @media only screen and (min-device-width : 375px) and (max-device-width : 667px), 
/* iPad Portrait Queries (all generations including mini) */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait),
/* iPad Landscape Queries (all generations including mini) */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)

{
  #mobile_slider {
    display: block;
  }
  
  .swiper-wrapper {
    overflow: hidden!important;
    max-height: 500px!important;
  }
  
  .swiper-slide:first-child {
    height: 500px;
  }
  
  .swiper-slide:first-child > img {
    max-width: 360px;
    position: relative;
  }
  
  .swiper-slide:first-child > img:nth-child(1) {
   	z-index: 9; 
  }
  
  .swiper-slide:first-child > img:nth-child(2) {
   	z-index: 8; 
  }
  
  .swiper-slide:first-child > img:nth-child(3) {
   	z-index: 7; 
  }
  
  .swiper-slide:first-child > img:nth-child(4) {
   	z-index: 6; 
  }
  
  .swiper-slide:first-child > img:nth-child(5) {
   	z-index: 5; 
  }
  
  .swiper-slide:first-child > img:nth-child(6) {
   	z-index: 4; 
  }
  
  .slide-2-swipe img {
    position: relative;
    max-width: 50px;
    height: auto;
  }
  
  .swiper-slide:nth-child(2) .slide-2-swipe {
    margin-top: 20px; 
  }
  
  .swiper-slide:nth-child(2) > img:first-child {
    max-width: 450px; 
  }
  
  .swiper-slide:nth-child(3) > img:first-child {
    max-width: 270px; 
    padding: 20px 0 10px; 
  }
  
  .slide-2-swipe {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.2);
  }
  
  .swipe-4-button {
    padding: 15px 8px;
    background-color: rgba(215,0,0,1);
    color: #fff;
    border-radius: 10px;
    display: block;
    font-family: 'Helvetica Neue',Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid rgba(105,0,0,1);
    text-align: center;
    width: 50%;
    margin: 15px auto;
  }
  
  .swipe-4-button:hover {
    color: #ddd;
    background-color: rgba(180,0,0,1);
  }
  
  .swipe-order-now {
    width: 65%;
    font-size: 135%;
  }
  
  .swiper-slide:nth-child(4) > img {
    max-width: 550px; 
  }

  
}
   

