/* Baha 2021 düzenlemeleri */

.uk-navbar-brand {font-size: 1.5rem; color: #333; }
.uk-navbar-nav li a {font-size: 0.9rem; }
.text-subtitle {font-size: 0.8rem; font-style: italic }
.uk-panel-title {font-size: 1.2rem;}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

video {
  width: 100% !important;
  height: auto !important;
}

main {
  background: white;
  /*height: 100vh; */
  max-width: 400px;
  margin: 0 auto;
  padding: 0.2rem;
}