@use '../style/index.scss';

.tuicallkit-container {
  position: relative;
  width: 960px;
  height: 630px;
  border-radius: 12px;
  overflow: hidden;

  &.float {
    position: absolute;
    visibility: hidden;
  }

  &.mobile {
    background: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
}
