/** Tablet **/
@media (min-width: 800px) {

  #carousel-section  {
    min-height: 0;
  }

  .right-blue .text-regular, .left-blue .text-regular {
    font-size: 14px;
    line-height: 1.4em;
  }

  .package-spacer {
    margin-top: 30px;
    margin-bottom: 80px;
  }

  /* prevent rubber band effect on scrolling out of dimension */
  body {
    width:100%;
    height:100%;
    overflow:none;
  }

  form#aspnetForm {
    overflow:auto;
  }

  .more-info-btn {
    text-align: center;
  }
  
	.walkers-lunch-header {
		width: 60%;
	}
}

@media (max-width: 980px) {
  .dont-display-mobile {
    display: none;
  }

  .slick-slide img {
    min-height: 200px;
    max-height: 200px;
  }

 .desktopHero .slick-slide img {
    min-height: auto;
    max-height: 156px;
  }
}

@media (min-width: 800px) and (max-width: 980px) {
 .top-buffer-sm {
   margin-top: 40px;
 }
}