@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 0 0 30px 0;
  }
}

#plop-shop {
  scroll-behavior: smooth;
}
.banners a .s-desc h1{
  color: #ffffff;
  text-shadow: 2px 2px #555;
  background-color: rgba(138,135,135,0.5);
  padding-left: 10px;
  max-width: 140px;
}
.banners a:hover .s-desc h1{
	color: #fd806e;
}
.banners a .s-desc span{
	bottom: 40px;
}
.parallax .parallax-cunt h2{
  text-shadow: 2px 2px #555;
    background-color: rgba(138,135,135,0.4);
}
.parallax .parallax-cunt a{
  text-shadow: 2px 2px #555;
  background-color: rgba(138,135,135,0.4);
  padding: 10px;
}