.slider {
  position: relative;
}

#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  background: #2EBBCE;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 75vh;
  width: 99999px;
  overflow: hidden;
  list-style: none;
  min-height: 500px;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 75vh;
  text-align: center;
  min-height: 500px;
}
#slider ul li .slide {
  position: relative;
  background-size: cover;
  height: 100%;
}
#slider ul li .slide img{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser {
  position: relative;
  height: 20vh;
  width: 100%;
  color: white;
  text-align: right;
  background: #002243;
  padding: 10px 0 40px 0;
  min-height: 150px;
}
.teaser h2 {
  text-transform: uppercase;
  font-size: 75px;
}
@media screen and (max-width : 810px) {
  .teaser h2 {
    font-size: 60px;
  }
}
@media screen and (max-width : 665px) {
  .teaser h2 {
    font-size: 40px;
  }
}
@media screen and (max-width : 470px) {
  .teaser h2 {
    font-size: 32px;
  }
}
.teaser p {
  font-size: 16px;
  padding: 10px 20px;
}
.teaser a {
  margin-left: .5rem;
  margin-right: .5rem;
}
.imgb{
  height: 400px;
  max-height: 400px;
  max-width: 400px;
  overflow: hidden;
  border-radius: 50%;
}
.imgb img{
  position: absolute;
  height: 100%;
  width: auto;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
