@charset "utf-8";

/* CSS Document */
div .captions .tt.animated.en {
  font-size: 1.2rem;
  line-height: 1.6em;
}

.navbar-logo-en a {
  display: block;
  text-indent: -9999px;
  width: 359px;
  height: 70px;
  overflow: hidden;
  background: url(../images/en/logo_en.png) center no-repeat;
  background-size: contain;
}

@media (max-width: 990px) {
.navbar-logo-en a {
    width: 205px;
    height: 40px;
  }

}