.fixed_galler_button {
  position: fixed;
  top: 63%;
  left: 0;
  left: -50px;
  z-index: 9999;
}

.fixed_galler_button a {
  transform: rotate(90deg);
  background-color: #0d8739;
  width: 150px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff !important;
  display: block;
  font-weight: 600 !important;
}

.fixed_galler_button a i.far.fa-images {
  color: #fff !important;
  font-size: 18px !important;
  margin-right: 5px !important;
  font-weight: 600;
}

.fixed_galler_button a:hover {
  background-color: #392022;
}
