#videoDiv {width:100%; max-width:1200px; margin:auto; display:block; position: relative;}
#videoDiv2 {width:100%; max-width:576px; margin:auto; display:block; position: relative;}
#video1{width:100%; height:auto } 
  
#videoMessage {
  position: absolute; top: 0; left: 0;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center; 
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right,#002f4b,black);
  opacity: .8;
  display: flex;
  color: #fff;
  box-sizing: border-box;
  /* padding: 15% 32px; */
  line-height: 1.5
  }
#horizontal {
  -webkit-animation: backgroundScroll 160s linear infinite;
  animation: backgroundScroll 160s linear infinite;
}
  @-webkit-keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -1366px 0;}
  }
          
  @keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -1366px 0;}
  }
.simdondar {
  font-family: sans-serif;
  text-shadow: 4px 4px 8px white;
  mix-blend-mode: screen;
  animation: fadeIn 2.5s linear forwards;
}
.simdondar-xs {
  font-family: sans-serif;
  text-shadow: 1px 2px 6px white;
  mix-blend-mode: screen;
  animation: fadeIn 2.5s linear forwards;
}
  @keyframes fadeIn { 
    0% { opacity: 0}
    100% {opacity: 1;}
  }

.bayangan{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bayanganxx{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

#ultah {
    color:white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50;
    left: 0;
    background: url("hbd.png");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto 100%;
    animation: animatedBackground 500s linear infinite;
}    
  @keyframes animatedBackground {
    from {background-position: 0 0;}
    to {background-position: -10000px 0;}
  }
