.pt-studios-header__content-wrapper {
  padding: 35px 15px 55px;
}
#pt-studios .pt-studios-header__content h1 {
    margin: 12px 0 24px;
}
#pt-studios .pt-studios-header__content p {
  margin-bottom: 24px;
  font-size: 16px;
}
.pt-studios-header__content .tz-input-with-btn {
    margin-bottom: 15px;
  }
.pt-studios-header__img {
  height: 461px;
  background-image: url('https://file.trainerize.com/assets/tz/personal-training-studios/images/header-background-img.png');
  background-image: -webkit-image-set( url('https://file.trainerize.com/assets/tz/personal-training-studios/images/header-background-img.png') 1x, url('https://file.trainerize.com/assets/tz/personal-training-studios/images/header-background-img-2x.png') 2x );
  background-repeat: no-repeat;
}
.pt-studios-header__img-notifications {
  width: 162px;
  top: 83px;
  left: 98px;
  position: relative;
}
.pt-studios-header__img-notifications div {
 position: relative;
 top: 25px;
 opacity: 0;
 }
.pt-studios-header__img-notifications div.fade-in {
  opacity: 1;
  top: 0;
  transition: top 1s ease-out, opacity 1s ease-in;
 }
.pt-studios-header__img-notifications div:nth-child(2) {
  padding: 2px 0 200px;
}
.pt-studios-header__img-notifications div:nth-child(3) {
  float: left;
  padding-left: 5px;
}
.pt-studios-header__img-notifications div:last-child {
  float: right;
  padding-right: 5px;
}

@media screen and (min-width:768px) {
    .pt-studios-header {
        display: flex;
        flex-direction: row-reverse;
    }
    .pt-studios-header__content-wrapper {
        position: relative;
        flex: 0 1 50%;
    }
    .pt-studios-header__content {
        position: absolute;
        margin-left: 15px;
        right: 25px;
    }
    .pt-studios-header__content p {
        max-width: 330px;
    }
    .pt-studios-header__img {
        flex: 1 0 50%;
    }
}

@media screen and (min-width:992px) {
    .pt-studios-header__content {
        max-width: 460px;
        margin-top: 50px;
    }
    #pt-studios .pt-studios-header__content p {
        margin: 24px 0 48px;
        font-size: 18px;
        max-width: 445px;
    }
    .pt-studios-header__img {
        height: 687px;
        background-image: url('https://file.trainerize.com/assets/tz/personal-training-studios/images/large/header-background-img.png');
        background-image: -webkit-image-set( url('https://file.trainerize.com/assets/tz/personal-training-studios/images/large/header-background-img.png') 1x, url('https://file.trainerize.com/assets/tz/personal-training-studios/images/large/header-background-img-2x.png') 2x );
        background-position-x: -140px;
    }
    .pt-studios-header__img-notifications {
        width: 241px;
        top: 125px;
        left: 101px;
    }
    .pt-studios-header__img-notifications div:nth-child(2) {
        padding: 5px 0 300px;
    }
    .pt-studios-header__img-notifications div:nth-child(3) {
        padding-left: 8px;
    }
    .pt-studios-header__img-notifications div:last-child {
        padding-right: 8px;
    }
}

@media screen and (min-width:1200px) {
    .pt-studios-header__content {
        right: 130px;
    }
    .pt-studios-header__img {
        background-position-x: unset;
    }
    .pt-studios-header__img-notifications {
        left: 241px;
    }
}