.floating-iframe {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 230px;
    border: none;
}

/* @media screen and (min-height: 600px) {
    .floating-iframe {
      height: 520px;
    }
} */