@media(max-width:768px){
  .adv-content .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    max-width: none !important;
    min-width: initial !important;
  }

  .adv-content .col-1 .image{
    margin-bottom:1.4em;
    text-align:center;
  }

  .adv-content .col-1 .image img{
    max-width:500px;
    width:100%;
  }
}


/* OPTION 1 */
section.adv-content.option-1{
  overflow:visible;
}

.adv-content.option-1 .col-1 .image {
  position: -webkit-sticky;position: sticky;
  top: 5em;
}


/* option 2  
* ////////////////////*/
.section-wrap.adv-content.option-2 {
  overflow:visible;
  padding-bottom:5em;
}

.adv-content.option-2 .col-2 {
  padding: 2em;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0.5em;
  background-color:#fff;
}

.section-wrap.adv-content.option-2:before, 
.section-wrap.adv-content.option-2:after{
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.section-wrap.adv-content.option-2:after {
  bottom: -1.5em;
  background-image: url(https://info.phoenixortho.net/hubfs/Logos/phoenixortho-logo-icon.svg);
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  left:50%;
}

.section-wrap.adv-content.option-2:before {
  width: 24%;
  height: 24%;
  background-image: url(https://info.phoenixortho.net/hubfs/Temp%20Images/home-path-2_2.svg);
  bottom: 0;
  left: 62vw;
  background-size: contain;
  -webkit-transform: translateX(-50%) scale(-1,1);-ms-transform: translateX(-50%) scale(-1,1);transform: translateX(-50%) scale(-1,1);
  transform-origin: center;
  background-position: right;
}


@media(max-width:980px){
  .section-wrap.adv-content.option-2:before{
    height: 17%;
  }
}

@media(max-width:768px){
  .section-wrap.adv-content.option-2:before{
    background-image: url(https://info.phoenixortho.net/hubfs/Temp%20Images/home-line-3-1.svg);
    width: 2px;
    left: 50%;
    background-repeat: repeat;
    transform: translateX(-50%);
  }

  .section-wrap.adv-content.option-2 {
    margin-top: -4em !important;
  }
}

@media(max-width:480px){
  .adv-content.option-2 .col-2{
    padding:1.5em 1em;
  }
}

/* option 3  
* ////////////////////*/
.section-wrap.adv-content.option-3 {
  overflow:visible;
  padding-bottom:5em;
}

.adv-content.option-3 .col-2 {
  padding: 2em;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0.5em;
  background-color:#fff;
}

.section-wrap.adv-content.option-3:before, 
.section-wrap.adv-content.option-3:after{
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.section-wrap.adv-content.option-3:after {
  bottom: -1.5em;
  background-image: url(https://info.phoenixortho.net/hubfs/Logos/phoenixortho-logo-icon.svg);
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  left:50%;
}

.section-wrap.adv-content.option-3:before {
  width: 24%;
  height: 24%;
  background-image: url(https://info.phoenixortho.net/hubfs/Temp%20Images/home-path-2_2.svg);
  bottom: 0;
  left: 62vw;
  background-size: contain;
  -webkit-transform: translateX(-50%) scale(-1,1);-ms-transform: translateX(-50%) scale(-1,1);transform: translateX(-50%) scale(-1,1);
  transform-origin: center;
  background-position: right;
}


@media(max-width:980px){
  .section-wrap.adv-content.option-3:before{
    height: 17%;
  }
}

@media(max-width:768px){
  .section-wrap.adv-content.option-3:before{
    background-image: url(https://info.phoenixortho.net/hubfs/Temp%20Images/home-line-3-1.svg);
    width: 2px;
    left: 50%;
    background-repeat: repeat;
    transform: translateX(-50%);
  }

  .section-wrap.adv-content.option-3 {
    margin-top: -4em !important;
  }
}

@media(max-width:480px){
  .adv-content.option-3 .col-2{
    padding:1.5em 1em;
  }
}



/* IMAGE POSITION */
@media(min-width:769px){
  .adv-content.img-position-bottom {
    padding-bottom: 0 !important;
  }

  .adv-content.img-position-bottom .col-2 {
    margin-bottom: 4em;
  }
}






