
iframe{
    margin: auto;
    width: 100%;
    height: 70vh;
}
#popup { 
    display: none;
    width: 100%; 
    top:20px; left:20px;
    z-index: 10;
    padding: 2em;
    position: fixed;
  }

.img_crl img{
    margin: auto;
    width: auto;
    height: auto;
    border-radius: 50%;
}
.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner img{
    width: 100%;
    filter: brightness(0.3);
    margin-top: -9%;
}
.cast_box{
    transition: ease-out 1s;
}
.cast_box:hover{
    transform: translateY(-7px);
}