.rtl {
  .interactive-card .close-me {
    left: 15px;
    right: unset !important;
  }
}
.interactive-card{
  height: 600px;
  &.eael-vimeo-content{
    height: 650px;
  }
}
.eael-vimeo-conatiner{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (h/w * 100) */
  height: auto;
  overflow: hidden;
  .eael-ic-vimeo-iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}