﻿


.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}


@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


.vid-item {
 width: 700px;
  height: 600px;
  border-radius:30px;
 
}

.vid-img-frame {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
   width: 100%;
  height: 500px;
}

.vid-img-thumbnail {
    border-radius:30px;
  width: 100%;
  height: 500px;
  min-height: 30px;
}



.vid-content-row {
  justify-content: space-between;
  display: flex;
  margin-left:5px;
}




.play-icon-div {
  z-index: 3;
  position: absolute;
}

.play-icon {
  width: .82rem;
}

.watch-div {
  z-index: 5;
  display: flex;
  
  
  bottom: 0%;
  left: auto;
  margin-right:40px;
  overflow: hidden;
}

.play-txt {
  color:#FFF;
  text-transform: uppercase;
  font-family: Magnosans, sans-serif;
  font-size: 3.5vw;
  font-weight: 900;
  line-height: .8;
}

.vid-vid-thumbnail {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-play-icon {
  width: 3.5rem;
}

.watchm
  {
      
      float:right;
   
     

     
       color:#FFF;
  text-transform: uppercase;
  font-family: Magnosans, sans-serif;
  font-size: 0px;
  font-weight: 900;
  line-height: .8;
  }
.watchtext
  {
      
      
     
     

    font-family: IBM Plex Mono,sans-serif;
        font-size: 0px;
      
      
        color:#fff
  }
@media screen and (max-width: 991px) {
 .iconhide
 {
     display:none;

 }
  .vid-link {
    font-size: 1rem;
  }

  .vid-content-row {

    
  }
   .watchtext
  {
      
      
     
     

    font-family: IBM Plex Mono,sans-serif;
        font-size: 13px;
        margin-left: -160px;
        margin-top: 190px;
      
        color:#fff
  }
  .watchm
  {
      padding-top:180px;
      float:right;
      margin-right:-150px;
     

     
       color:#FFF;
  text-transform: uppercase;
  font-family: Magnosans, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: .8;
  }

  .w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
 
  background-size: cover;
  margin: auto;
  position: absolute;
  
  
}
}

@media screen and (max-width: 767px) {
 .vid-item {
   
  width: 700px;
  height: 300px;
 }

.vid-img-frame {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
   width: 100%;
  height: 250px;
}

.vid-img-thumbnail {
    border-radius:30px;
  width: 100%;
  height: 250px;
  min-height: 30px;
}


}




@font-face {
  font-family: 'Magnosans';
  src: url('https://assets.website-files.com/6579b10df7dab74fc2e10b2a/65944060cdf0e5badb9347bb_MagnoSans-Extrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magnosans';
  src: url('https://assets.website-files.com/6579b10df7dab74fc2e10b2a/659440844694e2dd9ae8555b_MagnoSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magnosans';
  src: url('https://assets.website-files.com/6579b10df7dab74fc2e10b2a/6594408ca81943803b3140c0_MagnoSans-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.videotextt a
{
color:#FFFFFF;
}

