@media (min-width: 990px) {
    .yt_Player {
       width:100%;
       height:550px;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    .yt_Player {
       width:100%;
       height:400px;
    }
}

@media (min-width: 520px) and (max-width: 767px) {
    .yt_Player {
       width:100%;
       height:300px;
    }
}

@media (min-width: 0px) and (max-width: 519px) {
    .yt_Player {
       width:100%;
       height:250px;
    }
}


/* Instagram */
.insta-video { 
    text-align: center!important;
    position: relative!important;
    padding-bottom: 56.25%!important;
    height: 0!important;
    margin-bottom: 0!important;
 }

 .insta-container {
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    width: 50%!important;
    height: 100%!important;
    margin:0 auto!important;
 }


article.body-copy iframe {
    width: 56.1%;
    margin: 0 auto;
 
}

@media (max-width: 768px) {
  article.body-copy iframe {
    min-height: 100%;
}

}

@media (max-width: 520px) {
article.body-copy iframe {
    min-height: 100%;
}
 .insta-container {
  width: 100%!important;
  }
  .insta-video {
    padding-bottom: 100%!important;
}

}

 
article.body-copy iframe {
    width: 100%;
    min-height: 100%;
}