html {
	background-color: #ddd;
}
body {
	background-color: none;
}
html, body {
	margin: 0;
	font: bold 24px Arial, sans-serif;
	letter-spacing: 0;
}
a:link, a:hover, a:visited {
	color: #fff;
	text-decoration: underline;
}


 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background: none;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  margin: 0;
  font: bold 24px Arial, sans-serif;
  position: fixed;
  z-index: 9999;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background: none;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 0 0 18px;
  display: none;
  overflow: hidden;
  background: none;
  font: bold 24px Arial, sans-serif;
  color: #fff;
  text-align: left;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 9999;
} 

.content a:link, .content a:hover, .content a:visited {
  text-decoration: none;
}



/*
.topnav a.active {
	font-size: 24px;
}
.topnav a.second {
	font-size: 16px;
}
/*@media (min-width: 600px) {
.topnav a.active, .topnav a.second {
}
}*/


/*
.topnav {
  z-index: 9999;
  position: fixed;
  width: 100%;
  overflow: hidden;
  background-color: none;
}
.topnav a {
  position: relative;
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}
.topnav a.active {
	padding: 14px 0 0 16px;
}
.topnav a.second {
	padding: 14px 16px 0 0;
    position: relative;
	float: right;
}
.topnav a:hover {
  background-color: none;
  color: #fff;
  text-decoration: none;
}
*/

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  margin: 0;
  z-index: 999;
  background: none;
  color: #fff;
}
.swiper-button-prev {
  cursor: w-resize;
}
.swiper-button-next {
  cursor: e-resize;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}


.swiper-slide video, .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	color: #fff;
}
.swiper-slide p.info {
	color: #fff;
    padding: 0;
	font-size: 100%;
	background: none;
	width: 90%;
	text-align: left;
	margin: auto;
}
@media (min-width: 600px) {
.swiper-slide p.info {
	width: 400px;
}
}