.template-article .article__content .rte .video-wrapper{
  width: 678px;
}
.main-image{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 15px;
}

/* media */

@media screen and (max-width: 767px){
  .template-article .article__content .rte .video-wrapper{
    width: 100%;
  }
}