.frame {
  position: absolute;
  top: 50%;
  left: 37.5%;
  width: 800px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 2px;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: #272C34;
  color: #fff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.word {
  position: absolute;
  height: 120px;
  width: 400px;
  top: 140px;
  left: 0;
}
.word .light {
  position: absolute;
  background: #1A1E24;
  box-shadow: 0px 0px 6px 0px #1A1E24;
  border-radius: 3px;
}
.word .end {
  position: absolute;
  width: 69px;
  height: 120px;
  top: 0;
  left: 468px;
}

.word .the {
  position: absolute;
  width: 69px;
  height: 120px;
  top: 0;
  left: 268px;
}

.word .tt {
  position: absolute;
  width: 85px;
  height: 120px;
  top: 0;
  left: 88px;
}

.word .tt .left {
   top: 10px;
  left: 0;
  height: 110px;
  width: 6px;
  -webkit-animation: flickr 6s ease-in-out 1.35s infinite alternate both;
          animation: flickr 6s ease-in-out 1.35s infinite alternate both;
}

.word .tt .top {
   top: 0px;
  left: -45px;
  height: 6px;
  width: 100px;
  -webkit-animation: flickr 6s ease-in-out 2.6s infinite alternate both;
          animation: flickr 6s ease-in-out 2.6s infinite alternate both;
}

.word .hh {
  position: absolute;
  width: 85px;
  height: 120px;
  top: 0;
  left: 162px;
}

.word .hh .left {
   top: 0;
  left: 0;
  height: 120px;
  width: 6px;
  -webkit-animation: flickr 6s ease-in-out 0.35s infinite alternate both;
          animation: flickr 6s ease-in-out 0.35s infinite alternate both;
}

.word .hh .right {
   top: 0;
  left: 70px;
  height: 120px;
  width: 6px;
  -webkit-animation: flickr 6s ease-in-out 1.35s infinite alternate both;
          animation: flickr 6s ease-in-out 1.35s infinite alternate both;
}

.word .hh .middle {
   top: 56px;
  left: 8px;
  height: 6px;
  width: 60px;
  -webkit-animation: flickr 6s ease-in-out 2.4s infinite alternate both;
          animation: flickr 6s ease-in-out 2.4s infinite alternate both;
}
.word .ee .left {
  top: 0;
  left: 0;
  height: 120px;
  width: 6px;
  -webkit-animation: flickr 6s ease-in-out 0.35s infinite alternate both;
          animation: flickr 6s ease-in-out 0.35s infinite alternate both;
}
.word .ee .top {
  top: 0;
  right: 0;
  height: 6px;
  width: 60px;
  -webkit-animation: flickr 6s ease-in-out 2.6s infinite alternate both;
          animation: flickr 6s ease-in-out 2.6s infinite alternate both;
}
.word .ee .middle {
  top: 56px;
  left: 9px;
  height: 6px;
  width: 50px;
  -webkit-animation: flickr 6s ease-in-out 3.4s infinite alternate both;
          animation: flickr 6s ease-in-out 3.4s infinite alternate both;
}
.word .ee .bottom {
  bottom: 0;
  right: 0;
  height: 6px;
  width: 60px;
  -webkit-animation: flickr 6s ease-in-out 2.39s infinite alternate both;
          animation: flickr 6s ease-in-out 2.39s infinite alternate both;
}
.word .nn {
  position: absolute;
  width: 85px;
  height: 120px;
  top: 0;
  left: 562px;
}
.word .nn .left {
  top: 0;
  left: 0;
  height: 120px;
  width: 6px;
  -webkit-animation: flickr 6s ease-in-out 0.43s infinite alternate both;
          animation: flickr 6s ease-in-out 0.43s infinite alternate both;
}
.word .nn .middle {
  top: 0;
  left: 9px;
  height: 6px;
  width: 135px;
  -webkit-transform-origin: 3px 3px;
          transform-origin: 3px 3px;
  -webkit-transform: rotate(62deg);
          transform: rotate(62deg);
  -webkit-animation: flickr 6s ease-in-out 1.4s infinite alternate both;
          animation: flickr 6s ease-in-out 1.4s infinite alternate both;
}
.word .nn .right {
  top: 0;
  right: 0;
  height: 120px;
  width: 6px;
  -webkit-animation: flickr 6s ease-in-out 2.48s infinite alternate both;
          animation: flickr 6s ease-in-out 2.48s infinite alternate both;
}
.word .dd {
  position: absolute;
  width: 72px;
  height: 120px;
  top: 0;
  left: 674px;
}
.word .dd .left {
  top: 0;
  left: 0;
  height: 120px;
  width: 6px;
  -webkit-animation: flickr 6s ease-in-out 2.07s infinite alternate both;
          animation: flickr 6s ease-in-out 2.07s infinite alternate both;
}
.word .dd .right {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 120px;
  width: 70px;
}
.word .dd .right .circleBox .circle {
  -webkit-animation: flickr-circle 6s ease-in-out 2.4s infinite alternate both;
          animation: flickr-circle 6s ease-in-out 2.4s infinite alternate both;
}
.word .dd .right .dot {
  -webkit-animation: flickr-dots 6s ease-in-out 2.4s infinite alternate both;
          animation: flickr-dots 6s ease-in-out 2.4s infinite alternate both;
}
.word .dd .right .circleBox {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  width: 70px;
  overflow: hidden;
}
.word .dd .right .circleBox .circle {
  box-sizing: border-box;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 10px;
  right: 10px;
  border-style: solid;
  border-width: 6px;
  border-color: #1A1E24 #1A1E24 transparent transparent;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px #1A1E24, inset 0px 0px 10px 0px #F1F4F5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.word .dd .right .topDotBox {
  position: absolute;
  top: -10px;
  right: 60px;
  width: 26px;
  height: 26px;
  overflow: hidden;
}
.word .dd .right .bottomDotBox {
  position: absolute;
  bottom: -10px;
  right: 60px;
  width: 26px;
  height: 26px;
  overflow: hidden;
}
.word .dd .right .dot {
  top: 10px;
  right: -12px;
  width: 15px;
  height: 6px;
}


@-webkit-keyframes flickr {
  35%, 37%, 39%, 41%, 100% {
    background: #F1F4F5;
    box-shadow: 0px 0px 10px 0px #F1F4F5;
  }
  0%, 34%, 36%, 36%, 38%, 40% {
    background: #1A1E24;
    box-shadow: 0px 0px 6px 0px #1A1E24;
  }
}

@keyframes flickr {
  35%, 37%, 39%, 41%, 100% {
    background: #F1F4F5;
    box-shadow: 0px 0px 10px 0px #F1F4F5;
  }
  0%, 34%, 36%, 36%, 38%, 40% {
    background: #1A1E24;
    box-shadow: 0px 0px 6px 0px #1A1E24;
  }
}
@-webkit-keyframes flickr-circle {
  35%, 37%, 39%, 41%, 100% {
    border-color: #F1F4F5 #F1F4F5 transparent transparent;
    box-shadow: 0px 0px 10px 0px #F1F4F5, inset 0px 0px 10px 0px #F1F4F5;
  }
  0%, 34%, 36%, 36%, 38%, 40% {
    border-color: #1A1E24 #1A1E24 transparent transparent;
    box-shadow: 0px 0px 6px 0px #1A1E24, inset 0px 0px 6px 0px #1A1E24;
  }
}
@keyframes flickr-circle {
  35%, 37%, 39%, 41%, 100% {
    border-color: #F1F4F5 #F1F4F5 transparent transparent;
    box-shadow: 0px 0px 10px 0px #F1F4F5, inset 0px 0px 10px 0px #F1F4F5;
  }
  0%, 34%, 36%, 36%, 38%, 40% {
    border-color: #1A1E24 #1A1E24 transparent transparent;
    box-shadow: 0px 0px 6px 0px #1A1E24, inset 0px 0px 6px 0px #1A1E24;
  }
}
@-webkit-keyframes flickr-dots {
  35%, 37%, 39%, 41%, 100% {
    background: #F1F4F5;
    box-shadow: 0px 0px 9px 1px #F1F4F5;
  }
  0%, 34%, 36%, 36%, 38%, 40% {
    background: #1A1E24;
    box-shadow: 0px 0px 5px 1px #1A1E24;
  }
}
@keyframes flickr-dots {
  35%, 37%, 39%, 41%, 100% {
    background: #F1F4F5;
    box-shadow: 0px 0px 9px 1px #F1F4F5;
  }
  0%, 34%, 36%, 36%, 38%, 40% {
    background: #1A1E24;
    box-shadow: 0px 0px 5px 1px #1A1E24;
  }
}
