.embed-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    /* Just for demonstration, remove this part */
    opacity: 0.25;
    background-color: red;
  }
  
  .wrapper {
    position: relative;
    overflow: hidden;
  }
  