/* home vids */
.home-videos {
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .home-videos {
    padding: 40px 20px;
  }
}
.home-videos .singlevideo {
  position: relative;
}
.home-videos .singlevideo:hover .overlaydata {
  display: flex;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.home-videos .singlevideo .overlaydata {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-videos .singlevideo .overlaydata {
    display: flex;
    opacity: 1;
  }
}
.home-videos .singlevideo .overlaydata p {
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  font-family: rama-gothic-e, sans-serif;
  margin-bottom: 90px;
  line-height: 1.1;
}
.home-videos .singlevideo .overlaydata div {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
.home-videos .singlevideo .overlaydata img {
  display: block;
  width: 66px;
  height: auto;
  margin: 0 auto;
}
.home-videos .singlevideo figure {
  height: 517px;
}
.home-videos .singlevideo figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-videos .owl-nav {
  position: relative;
  top: 30px;
  width: 100%;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.home-videos .owl-nav div {
  font-size: 0;
  margin: 0 4px;
  position: relative;
  background: #e3e3e3;
  width: 15px;
  height: 15px;
  z-index: 9999;
  transition: all 0.25s ease;
}
.home-videos .owl-nav div.is-active,
.home-videos .owl-nav div:hover {
  background: black;
  width: 20px;
  height: 20px;
}
.home-videos .viewall {
  font-weight: 500;
  margin-top: 10px;
  text-align: right;
  text-transform: uppercase;
  font-size: 27px;
  font-family: rama-gothic-e, sans-serif;
  position: absolute;
  z-index: 10;
  display: inline-block;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .home-videos .viewall {
    font-size: 18px;
    right: 1.2rem;
  }
}
.home-videos .viewall a {
  text-decoration: none;
}

.home-about a.mypplay {
  text-align: center;
  padding: 15px 1rem;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 40%;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.home-about a.mypplay img {
  display: inline-block;
  margin-left: 15px;
}


@media only screen and (min-width: 768px) {
    .home-hero {
      background-image: url('images/home-hero.webp');
    }
}