
#banner-rightint2 {
  margin-top: 79px;
  overflow: hidden;
  /* height: calc(100vh); */
  position: relative;
}

#banner-rightint2 video {
  width: 100%;
  /* height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

#banner-rightint2>img {
  display: none;
}

#banner-rightint2 .t {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 150px;
  box-sizing: border-box;
}

#banner-rightint2 .t .container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  text-align: center;
}

#banner-rightint2 .t p {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  line-height: 2;
}