.mySlides {display:none;}
.mobile{display: none;width:100%;overflow-y: hidden; background-color: #3b2200;}
.animate-top{position:relative;animation:animatetop 0.3s ease}@keyframes animatetop{from{top:-100%; opacity: .5;} to{top:0; opacity: 1;}}
.animate-bottom{position:relative;animation:animatebottom 0.3s ease}@keyframes animatebottom{from{bottom:-100%; opacity: .5;} to{bottom:0;opacity: 1;}}
img{width: 100%;}

@media screen and (max-width:500px){
  .mobile{display:block;}
}