.input__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}
 
.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
 
.input__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #fff;
}
 
.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
}
 
.input__file-button {
  width: 100%;
  width: 230px;
  height: 31px;
  border: 1px solid var(--work-color);
  background: var(--work-color);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 auto;
}

.input__file-button:hover {
  width: 100%;
  width: 230px;
  height: 31px;
  border: 1px solid var(--work-color);
  background: #ffffff;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 auto;
}

/* /// */

.inputa__wrapper {
  width: 100%;
  position: relative;
  margin: 0px 0;
  text-align: center;
  display:inline-block;
}
 
.inputa__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.inputa__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #fff;
}
  
.inputa__file-button-text {
  line-height: 1;
  margin-top: 1px;
}
 
.inputa__file-button {
  width: 138px;
  height: 88px;
  border: 1px solid var(--work-color);
  background: var(--work-color);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0px;
  cursor: pointer;
  margin: 0 auto;
}

.inputa__file-button:hover {
  background: #ffffff;
  color: #000;
}

/* /// */

.pale_st {
  display:inline-block;
}
.containers {
  position: relative;

}

/* Make the image responsive */
.containers img {

}

/* Style the button and place it in the middle of the container/image */
.containers .btn {
  position: absolute;
  top: 15%;
  left: 88%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 1px 7px;
  border: none;
  cursor: pointer;
  border-radius: 15px;
}

.containers .btn:hover {
  background-color: black;
}

.containers .btn1 {
  position: absolute;
  top: 15%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 1px 7px;
  border: none;
  cursor: pointer;
  border-radius: 15px;
}

.containers .btn1:hover {
  background-color: black;
}

.containers .btn2 {
  position: absolute;
  top: 80%;
  left: 88%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 1px 7px;
  border: none;
  cursor: pointer;
  border-radius: 15px;
}

.containers .btn2:hover {
  background-color: black;
}

.containers .btn3 {
  position: absolute;
  top: 80%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 1px 7px;
  border: none;
  cursor: pointer;
  border-radius: 15px;
}

.containers .btn3:hover {
  background-color: black;
}

.containers .btn4 {
  position: absolute;
  top: 80%;
  left: 52%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 1px 7px;
  border: none;
  cursor: pointer;
  border-radius: 15px;
}

.containers .btn4:hover {
  background-color: black;
}