@media screen and (min-width: 1261px) {
  body.with-topbar {
    margin-top: 56px;
  }
  body.with-topbar .blog_header.fixed {
    top: 56px;
  }
  .notice-bar .container {
    padding: 15px 0;
  }
  .notice-bar__text {
    font-size: 14px;
    line-height: 24px;
  }
  .notice-bar__text a {
    display: inline-block;
    background-size: 20px;
    padding-right: 28px;
  }
  .notice-bar__text a:hover {
    text-decoration: none;
  }
  .notice-bar__close {
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    right: 26px;
    margin: auto 0;
  }
}
