.article__body {
    font-family: Roboto,sans-serif;
    font-size: 15px;
}

article .boxed-text-float {
    
    padding: 10px;
    border: 2px solid;
    margin: 10px 0;
    border-radius: 0px;
    background: #fff;

}

.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .embed-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; 
}
