/*---------------- Sides Buttons ----------------*/
.PageBtns{
    width: 10px;
    background: #4645457a;
    color: #ffffff;
    opacity: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    z-index: 5;
    padding: 0 5px;
    transition: opacity 0.2s ease-in-out;
}



.PageBtns:hover{
    opacity: 0.5;
}
/*---------------- Ende Sides Buttons ----------------*/