.bg_content {
  background: url(../imgs/index3.png) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.index1-bg {
  height: 100%;
}

.bg_content-7 {
  width: 100%;
  background: url(../imgs/index8.png) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
}

/* .popOver + .tooltip > .tooltip-arrow{
  border-left: inherit;
  border-right: inherit;
  border-top: inherit;
} */
.tooltip.bottom{
  top: 7px !important;
}

@media (max-width: 767px) {
  .index1-bg {
    width: 100%;
  }
  .video .features-content {
    padding: 30px;
  }

  #hero_video {
    background: #333 url(../imgs/index1-m.jpg);
    background-size: cover;
    background-position: center center;
  }
}
