@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;
}

section.adv-content.option-2 .image {
  margin-top: -10em;
}

@media(max-width:768px){
  section.adv-content.option-2 .image{
    margin-top: -6em;
    max-width: 400px;
    width: 100%;
  }
}

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

section.adv-content.option-3 .image {
  margin-top: 0em;
}

@media(max-width:768px){
  section.adv-content.option-3 .image{
    margin-top: -6em;
    max-width: 400px;
    width: 100%;
  }
}

main.app-fullscreen-embed {
    border-radius: 10px !important;
}
