/* PLACE YOUR CUSTOM STYLES IN THIS FILE */
video {
  width: 100%;
  object-fit: cover;
  height: 220px;
}
.news-one a {
  text-decoration: none !important;
}
.news-one button {
  margin: 0 auto !important;
}
nav .container {
  width: 1278px;
}
.navbar-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.navbar-youplay .navbar-toggle {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .navbar-toggle {
    display: block !important;
  }
}
