@media (min-width: 576px) {
  #cookies-alert {
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 10;
    margin-bottom: 0;
    border-radius: 0;
    background-color: white;
    color: black;
    font-size: 1vw;
    font-weight: 300;
    border-top: .2rem solid rgba(0,0,0,0.1);
  }

  #cookies-alert > .btn {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    margin-right: 1rem;
    background-color: white;
    box-shadow: none;
    border: 0;
    color: black;
  }

  #cookies-settings-alert {
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: -99;
    margin-bottom: 0;
    border-radius: 0;
    background-color: white;
    color: black;
    font-size: 1vw;
    font-weight: 300;
    border-top: .2rem solid rgba(0,0,0,0.1);
  }

  #cookies-settings-alert > .btn {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    margin-right: 1rem;
    background-color: white;
    box-shadow: none;
    border: 0;
    color: black;
  }

  #cookies-settings-alert > .input-div {
    display: block;
    font-size: 1.3em;
  }

  .cookie-label {
    margin-left: 1rem;
  }

  #allCookiesCheckbox {
    font-weight: bold!important;
    font-size: 1.4em;
  }

  #cookies-settings-alert-selecttext {
    font-size: 1.6em;
    font-weight: lighter;
  }

  #accept-cookies {
    font-weight: 400;
  }

  #manage-cookies {
    color: rgba(0,0,0,0.8)!important;
    font-weight: 300;
  }

  #gear-icon {
    filter: grayscale(1);
    opacity: .5;
    height: 1rem;
    margin-top: -.2rem;
    margin-right: .4rem;
  }

  #cookies-alert-dismiss-button {
    position: relative!important;
  }

  .logo-misc {
    width: 10rem;
    filter: invert();
    display: block;
    margin: 0 auto;
    padding-bottom: 2rem;
    text-decoration: none;
  }
}

@media (max-width: 576px) {
  #cookies-alert {
    padding-right: 1.25rem;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 10;
    margin-bottom: 0;
    border-radius: 0;
    background-color: white;
    color: black;
    font-size: 4vw;
    font-weight: 300;
    border-top: .2rem solid rgba(0,0,0,0.1);
  }

  #cookies-alert strong {
    display: block;
  }

  #cookies-alert > .btn {
    position: relative;
    padding: .75rem 1.25rem;
    text-align: center;
    background-color: white;
    box-shadow: none;
    border: 0;
    color: black;
  }

  #cookies-settings-alert {
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: -99;
    margin-bottom: 0;
    border-radius: 0;
    background-color: white;
    color: black;
    font-size: 4vw;
    font-weight: 300;
    border-top: .2rem solid rgba(0,0,0,0.1);
  }

  #cookies-settings-alert > .btn {
    position: relative;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    margin-right: 1rem;
    background-color: white;
    box-shadow: none;
    border: 0;
    color: black;
  }

  #cookies-settings-alert > .input-div {
    display: block;
    font-size: 1.3em;
  }

  .cookie-label {
    margin-left: 1rem;
    font-size: 1.1rem;
  }

  #allCookiesCheckbox {
    font-weight: bold!important;
    font-size: 1.4em;
  }

  #cookies-settings-alert-selecttext {
    font-size: 4vw;
    font-weight: lighter;
  }

  #accept-cookies {
    font-weight: 400;
  }

  #manage-cookies {
    color: rgba(0,0,0,0.8)!important;
    font-weight: 300;
  }

  #gear-icon {
    filter: grayscale(1);
    opacity: .5;
    height: 1rem;
    margin-top: -.2rem;
    margin-right: .4rem;
  }

  #cookies-alert-dismiss-button {
  }

  #cookies-alert-dismiss-button:active {
    outline: 1px auto black!important;
  }

  #cookies-alert-dismiss-button:focus {
    outline: 1px auto black!important;
  }

  .logo-misc {
    width: 80vw;
    filter: invert();
    display: block;
    margin: 0 auto;
    padding-bottom: 2rem;
    text-decoration: none;
  }
}
