{
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

.video {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%; 
  height: 100vh;
}



.swiper-container {
    position: fixed;
    width: 60%;
    bottom: 0%;
    top: 55%;
    left: 50%;
    margin-left: -30%;/* Negative half of width. */

}
.swiper-slide {
background-position: center;
background-size: cover;
width: 300px;
height: 300px;
position: relative;
}
.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
      }
.slide-text {
position: absolute;
left: 25%;
top: 80%;
}
.slide-text h2 {
color: #fff;
font-size: 30px;
margin: 0 0 15px;
text-align:center;
}
.swiper-button-prev {
    color: red; 
}

.swiper-button-next {
    color: #000; 
}

video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Code by Wos 16-3-2023 */
img{max-width:100%}
.swiper-container{
	margin-top: 55vh;
    position: relative;
}
.wos-footer{
	position: relative;
	width: 60%;
	display: table;
	margin: 0 auto;
}
.wos-footerImg{position: relative;}
.wos-footerImg a.wos-donateBtn {
    position: absolute;
    bottom: 18%;
    z-index: 22;
    width: 38%;
    left: 50%;
    transform: translateX(-50%);
    height: 20%;
    text-indent: -9999999px;
    border-radius: 50px;
}