#captivated-launch-container,
#captivated-container {
  position: fixed;
  bottom: 0px;
  right: 15px;
  z-index: 2147493648;
  width: 0;
  height: 0;
}

#captivated-launch-container {
  bottom: 15px;
  overflow: hidden;
  min-width: 1px;
  min-height: 1px;
}

#captivated-container {
  bottom: 100px;
  max-height: calc(100% - 100px);
  overflow: hidden;
  min-width: 1px;
  min-height: 1px;
  display: flex;
}

#captivated-launch-container > div,
#captivated-launch-container > div > iframe {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  flex: 1 1 auto;
  display: flex;
}

#captivated-container > div,
#captivated-container > div > iframe {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  flex: 1 1 auto;
  display: flex;
}


#captivated-container.auto-width {
  width: 360px;
}

#captivated-container.auto-height {
  min-height: 60%;
  max-height: 70%;
}

@media (max-width: 768px) {

  #captivated-container.auto-width {
    min-width: 0;
    max-width: none;
    width: 100%;
    left: 0;
    right: 0;
  }

  #captivated-container.auto-height {
    min-height: 0;
    max-height: none;
    height: calc(100% - 100px);
  }

}
