.mt--50{
    margin-top: 50%;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
  }
  .iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .drop {
    position: relative;
    display: inline-block !important;
  }

  .drop-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    opacity:2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
    z-index: 1;
  }

  .drop-content a {
    color: #F1648F;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
  }

  .drop:hover .drop-content {display: block;}
  
  .resize{
    width: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    height: 300px !important;
    margin-bottom: 20px !important;
  }