#arti-banner-popup {
  background-color: rgba(95, 95, 95, 0.71); }
  #arti-banner-popup * {
    max-width: 100%;
    margin: 0 auto; }
  #arti-banner-popup .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    background: #fff;
    overflow: hidden; }
  #arti-banner-popup .header {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px; }
  #arti-banner-popup .popup-close {
    float: left;
    cursor: pointer;
    padding: 0 5px;
    text-decoration: underline; }
  #arti-banner-popup .countdown {
    float: right; }
  @media (max-width: 768px) {
    #arti-banner-popup .container {
      width: 100%;
      height: 100%; }
    #arti-banner-popup .popup-close {
      border: 1px solid #d3d3d3;
      border-radius: 3px;
      background: #eee;
      text-decoration: none; } }

body.with-banner-popup {
  overflow: hidden; }
