.box {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.container-4 {
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 350px;
  text-align: center;
}

.container-4 input#main_search_input {
  width: 500px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 16pt;
  color: #fff;
  padding-left: 15px;
  background: rgba(241, 236, 236, 0.5);
}

.container-4 button.icon {
  border: none;
  background: rgba(0, 0, 0, 0.5);
  height: 70px;
  width: 70px;
  color: #fff;
  font-size: 16pt;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.container-4 input#main_search_input::-webkit-input-placeholder {
  color: #fff;
}

.container-4 input#main_search_input:-moz-placeholder {
  color: #fff;
}

.container-4 input#main_search_input::-moz-placeholder {
  color: #fff;
}

.container-4 input#main_search_input:-ms-input-placeholder {
  color: #fff;
}

img.img-responsive.bottom {
  width: 400px;
  height: 400px;
}

img.main-top-image {
  filter: brightness(40%);
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  background-color: #000;
}

.text-bottom {
  right: 20px;
  bottom: 20px;
  font-size: 38px;
  font-weight: bold;
  position: absolute;
  color: #f1eded;
  text-align: right;
  line-height: normal;
}

.text-top {
  right: 20px;
  top: 20px;
  font-size: 38px;
  font-weight: bold;
  position: absolute;
  color: #f1eded;
  text-align: right;
  line-height: normal;
}
