
.embedly-responsive {
    background: #000;
    position: relative;
    padding-bottom: 48%;
    /* height:400px; */
    overflow: hidden;
  }
  .image,
  iframe,video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .play {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
  }
  
  .play svg {
    position: absolute;
    top: 14px;
    left: 18px
  }