/* BASIC css start */
.hiddenData {
  opacity: 0;
}
.player {
  display: flex;
  justify-content: center;
}

.container{
    margin:80px 0 60px;
}
.player iframe {
  display: flex;
  justify-content: center;
  aspect-ratio: 9/16;
  width:100%;
  height:100%;
  border:0;
}



.intersecting {
    position: fixed;
    bottom: .5rem;
    right: .5rem;
    margin: 0;
    height: auto;
    border-radius: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
    background: none;
    overflow: hidden;
    border: none;
    transition: bottom 0.3s ease;
    width:150px;
}
/* BASIC css end */

