html, body {
  width: 100%;
  height: 100%;
}
body {
  background: #ffffff;
  -webkit-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease;
  overflow:hidden;
-webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;       /* Internet Explorer/Edge */
user-select: none;
  text-rendering: geometricPrecision;
}
@font-face {
  src: url("../fonts/agipo.otf");
  font-family: "agipo";
  font-weight: 400;
}
.yellow {
  background: #0022be;

}
.red {
  background: #343223;
}
.ben, .collins {
  display: inline-block;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
  cursor: pointer;
}
.ben {
  border-bottom: 0px solid #0022be;
}
.collins {
  border-bottom: 0px solid #343223;
}
.ben:hover {
  color: #fff;
    border-bottom: 0px solid #fff;
}
.collins:hover {
  color: #fff;
  border-bottom: 0px solid #fff;
}
::-webkit-scrollbar {
    display: none;
}
p {
  font-size: 20px;
  padding: 15px;
  font-family:  'Agipo Regular';
  font-weight:  normal;
  font-style:   normal;
  font-stretch: normal;
  line-height: 24px;
  margin: 0;

}
p span {
  line-height: 15px;
}

a {
  color: #fff;
}

.slideshow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 85%;
  max-height: 70vh;
  z-index: 1;
}

.text{
  position: relative;
  z-index: 10;
}
@media (max-width: 700px) {
  p{
    font-size: 28px;
padding: 15px;
line-height: 36px;
margin: 0;
padding: 10px;
font-size: 20px;
line-height: 1.3;
  }
  span {
    line-height: 1.1;
  }
}


@media (max-width: 325px) {
  p{
    font-size: 28px;
padding: 15px;
line-height: 36px;
margin: 0;
padding: 10px;
font-size: 17px;
line-height: 1.3;
  }
  span {
    line-height: 1.1;
  }
}