@media screen and (max-width: 1000px) {
  header .btn-menu {
    display: block !important;
  }
  header .btn-primary {
    margin-left: 20px !important;
    width: 46px;
    background-position: center center !important;
    padding: 10px !important;
  }
  header .btn-primary .text {
    display: none;
  }
  header .menu-item {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .videos-container {
    grid-template-columns: 1fr 1fr !important;
  }
}/*# sourceMappingURL=styles-tablet.css.map */