.swiper-container {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 0px ;
    position: static !important;
    display:none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.swiper-wrapper{
    width: 100%;
}
.swiper-slide img{
width: 100%;
    border-radius: 10px 10px 10px 10px;
    pointer-events:all;
    transition: 0.4s;
    cursor: pointer;
}
.swiper-slide img:hover{
    box-shadow: 0 0 11px rgba(0,0,0,0.8); 
}
.swiper-slide-inner{
    margin: 10px 5px 10px 5px;
    transition: 0.4s;
}
.swiper-slide-inner:hover{
    margin: 10px 0px 0px 0px;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev{
    display: none;
    color: white;
    pointer-events: all;
    background-color: rgba(0,0,0,0.8);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.8);
}
.swiper-container .swiper-button-next:focus, 
.swiper-container .swiper-button-prev:focus{
    outline-color: rgba(0,0,255, 0.8);
}
.swiper-wrapper, .swiper-container{
    pointer-events: none;
}
.fullScreenSlider{
    display: none;
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
    text-align: center;
}
.fullScreenSlider img{
    max-width: 80%;
    max-height: calc(100% - 106.5px);
    margin: auto;
    vertical-align: middle;
}
.fullScreenSlider img:focus{
    outline: none
}
.fullScreenSlider .imageTitle{
    width: 100%;
    height: 52.5px;
    color: white;
    font-size: 35px;
    position: absolute;
    bottom: 0;
}
span.FSSNext, span.FSSPrev{
    position: fixed;
    color: white;
    cursor: pointer;
    top: 50%;
}
.FSSNext{
    right: 10px;
}
.FSSPrev{
    left: 10px;
}
span.FSSClose{
    position: fixed;
    top: 10px;
    right: 7%;
    color: white;
    cursor: pointer;
}
#FSSLink{
    background: white;
    z-index: 100;
    padding: 3px;
}
.keyboardAccessible:active, 
.keyboardAccessible:focus, 
.keyboardAccessible:hover {
    left: 2px; 
    top: 0;
    width: auto; 
    height: auto; 
    overflow: visible; 
}
div.swiper-pagination.swiper-pagination-bullets{
    bottom: 0;
}
span.swiper-pagination-bullet:focus{
    outline: black 3px solid;
    border-radius: 0px;
}