/* ========================================================================
   Use this file to add custom CSS easily
   ========================================================================== */

       
	  .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
	  
	  
 
@media all and (min-width: 960px) {
.uk-article-title{
    font-size: 40px;
    line-height: normal;
  }
}

@media all and (max-width: 959px) and (min-width: 600px) {
.uk-article-title{
    font-size: 5vw;
    line-height: normal;
  }
}

@media all and (max-width: 599px) and (min-width: 50px) {
.uk-article-title{
    font-size: 6vw;
    line-height: normal;
  }
}    