.video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.thoseAbandonedWrapper {
  width:710px !important;
}

.hover-video {
  width: 100%;
  display: block;
  z-index:10;
  position:relative;
}

.videoPauseContainer{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index:15;
}

/* Play button style */
.play-button {
  -webkit-mask-image: var(--svg-play-button);
  mask-image: var(--svg-play-button);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 80px;
  background: rgba(var(--orange-quinary), 1);
  height: 80px;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
}

.dark-mode .play-button{
  background: rgba(var(--light-blue-quinary),1);
}

.videoLowerThird{
  width: 100%;
  bottom: 0px;
  height: 125px;
  position: absolute;
  left: 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.lowerThirdBar{
  border-top:1px solid rgba(var(--secondary-text-color-light, 1));
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: rgba(var(--orange-quinary, 1));
  margin-left: 0px;
  position: relative;
  margin-right: 0px;
}

.dark-mode .lowerThirdBar{
  border-top:1px solid rgba(var(--secondary-text-color-dark, 1));
  background-color: rgba(var(--light-blue-quinary, 1));
}

.videoLowerThirdContentContainer{
  width: 100%;
  display: inline-block;
  position: absolute;
  height: 70%;
  z-index: 5;
}

.videoLowerThirdLogo{
  position: relative;
  width: 80px;
  margin-left: 4.5%;
  top: 4px;
  display: block;
  float:left;
}
.lowerThirdTextContainer{
	float:left;
	margin-left: 30px;
}


.lowerThirdBarTitle{
  color:rgba(var(--light-blue-quinary),1);
	float:left;
	font-size: 4em;
  text-shadow: 1px 1px 1px rgba(var(--primary-text-color-light),.3) !important;
}

.dark-mode .lowerThirdBarTitle{
  color:rgba(var(--orange-quaternary),1);
  text-shadow: 1px 1px 1px rgba(var(--primary-text-color-dark),1) !important;
}


.lowerThirdBarTagline{
  clear:both;
  float:left;
  font-size: 2.2em;
  margin-top: 5px;
  color:rgba(var(--primary-text-color-dark),1);
}

.dark-mode .lowerThirdBarTagline{
  color:rgba(var(--primary-text-color-light),1);
}

.videoBackground{
  background-image: url(../images/vidbgtest-01.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 480px;
  position: absolute;
  top: 0px;
  background-size: contain;
}


 .projectHalfPageVideoContainers .videoLowerThird {
      height:20%;
    }

 .projectHalfPageVideoContainers .videoLowerThirdLogo{
      width:7%;
    }

 .projectHalfPageVideoContainers .lowerThirdBarTitle{
      font-size:1.5vw;
    }

 .projectHalfPageVideoContainers .lowerThirdBarTagline{
      font-size: 1.2vw;
      margin-top: 0px;

    }


/* On screens that are 1200px or More */
	@media screen and (min-width: 1200px) {
	 .projectHalfPageVideoContainers .lowerThirdBarTitle{
      font-size:22px;
    }

     .projectHalfPageVideoContainers .lowerThirdBarTagline{
      font-size: 18.5px;

    }
    
    

  }

/* On screens that are 850px or less */
	@media screen and (max-width: 1050px) {
		/* Center the tiles of the projects */

     .projectHalfPageVideoContainers .videoLowerThird {
      height:20%;
    }

     .projectHalfPageVideoContainers .videoLowerThirdLogo{
      width:7%;
    }

     .projectHalfPageVideoContainers .lowerThirdBarTitle{
      font-size:3.5vw;
    }

     .projectHalfPageVideoContainers .lowerThirdBarTagline{
      font-size: 2.2vw;
      margin-top: 0px;

    }
	}



/* On screens that are 850px or less */
	@media screen and (max-width: 850px) {
		/* Center the tiles of the projects */

    .videoLowerThird {
      height:20%;
    }

    .videoLowerThirdLogo{
      width:7%;
    }

    .lowerThirdBarTitle{
      font-size:3.5vw;
    }

    .lowerThirdBarTagline{
      font-size: 2.2vw;
      margin-top: 0px;

    }
	}