.main_content {
  position: relative;
}

.logo_content {
  position: fixed;
  bottom: 2%;
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.logo_content .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.logo_content .logo a img {
  width: 100px;
}

.banner_text p {
  color: #fff;
  font-size: 13px;
}

.main_banner img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

@media all and (max-width: 1000px) {
  .logo_content {
    padding: 0 20px;
  }
}
