.pslideshow {
 position: relative;
 box-sizing: border-box;
 width: 100%;
 margin: 0px 0px;
 text-align: left;
}
.paslideshow {
 display: flex;
 flex-wrap: nowrap;
 overflow-x: hidden;
 scroll-snap-type: x mandatory;
}
.paslide {
 flex: 0 0 auto;
 width: 100%;
 margin-bottom: 10px;
 padding: 0 50px;
 scroll-snap-align: center;
 transition: opacity 500ms ease;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-style: -ms-autohiding-scrollbar;
}
.paslide img {
 z-index: 2;
 max-width: 100%;
 width: 100%;
}
.pslidebtn {
 position: absolute;
 top: 0%;
 margin-top: 0px;
 height: 100%;
 width: 30px;
 z-index: 1;
 line-height: 36px;
 text-align: center;
 color: #aaaaaa;
 font-size: 36pt;
 font-weight: bold;
 text-shadow: 0px 10px #573333;
 padding-top: 22%;
}
.pslidebtn:hover {
 background-color: rgba(95, 106, 117, 0.5);
 cursor: pointer;
}
.pslidebtnnext {
 right: -30px;
 background-image: linear-gradient(to right, rgba(255,155,155,0.3), rgba(0,0,0,0.0));
 padding-left: 5px;
}
.pslidebtnprev {
 left: -30px;
 background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(255,155,155,0.3));
 padding-right: 5px;
}

