.page-container[data-element="demo-block"] {
  margin: 45px 0 0;
}

.page-container[data-element="demo-block"] .page-body-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 60px 60px 0;
  margin-top: 50px;
  max-width: 1440px;
  height: 890px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/demo-block/v3/Demo_ComputerLeft_Desktop_v3.0.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (max-width: 1279px) {
  .page-container[data-element="demo-block"] .page-body-container {
    align-items: center;
    margin-top: 0px;
    height: 100%;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/demo-block/v3/Demo_ComputerCenter_Mobile_v3.0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
    padding: 0 0 77vw;
  }
}

@media only screen and (max-width: 860px) {
  .page-container[data-element="demo-block"] .page-body-container {
      padding: 0 0 84vw;
  }
}

@media only screen and (max-width: 760px) {
  .page-container[data-element="demo-block"] .page-body-container {
      padding: 0 0 86vw;
  }
}

@media only screen and (max-width: 660px) {
  .page-container[data-element="demo-block"] .page-body-container {
      padding: 0 0 102vw;
      background-position: 15% 100%;
  }
}

@media only screen and (max-width: 560px) {
  .page-container[data-element="demo-block"] .page-body-container {
      padding: 0 0 126vw;
  }
}

@media only screen and (max-width: 460px) {
  .page-container[data-element="demo-block"] .page-body-container {
      padding: 0 0 165vw;
  }
}

@media only screen and (max-width: 360px) {
  .page-container[data-element="demo-block"] .page-body-container {
      padding: 0 0 190vw;
  }
}

.page-container[data-element="demo-block"] .page-body-content {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 1279px) {
  .page-container[data-element="demo-block"] .page-body-content {
    align-items: center;
  }
}

@media only screen and (max-width: 760px) {
  .page-container[data-element="demo-block"] .page-body-content {
    max-width: 380px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-container[data-element="demo-block"] .page-body-content .demo-text {
    text-align: center;
  }
}
