.sliderVideoText
{
  font-size: 5vw;
  line-height: 6vw;
  color: #fff;
}


.slide
{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoStarted .slide.text1
{
animation: displayText1 23s infinite linear;
}

.videoStarted .slide.text2
{
animation: displayText2 23s infinite linear;
}

.videoStarted .slide.text3
{
animation: displayText3 23s infinite linear;
}

@keyframes displayText1 {
  0%, 32%, 100% {
    opacity: 0
  }

  1%, 30%  {
    opacity: 1
  }
}
@keyframes displayText2 {
  0%, 32%, 62%, 100% {
    opacity: 0
  }

  35%, 60% {
    opacity: 1
  }
}
@keyframes displayText3 {
  0%, 60%, 95%, 100% {
    opacity: 0
  }

  62%, 90% {
    opacity: 1
  }
}

.page-template-page-templatestemplate-videodemo-php img.logoWhite {
    display: none;
}
