body, html {
  height: 100%;
}

.work_bg1 {
  background-image: url("../../assets/img/IMG_8335.jpg");
  min-height: 100%;
  /*background-position-x: 90%;*/
}

.work_img {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.work_logo {
  max-width: 200px;
  width: 100%;
  max-height: auto;
  display: inline;
}

@media (min-width: 300px) {
  .work_bg1 {
    background-position-x: 75%;
  }
}

