section#pt2020-bar {
  position: fixed;
  background-color: #333;
  bottom: 0;
  right: 0;
  padding: 1em 2em;
  -webkit-transition: min-height ease-in-out 0.4s !important;
  -o-transition: min-height ease-in-out 0.4s !important;
  transition: min-height ease-in-out 0.4s !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.75);
  z-index: 1000;
  color: white;
}

section#pt2020-bar .pt2020-logo img {
  max-width: 100px;
}

@media (max-width: 767px) {
  section#pt2020-bar {
      width: 100%;
  }
}

@media (min-width: 768px) {
  section#pt2020-bar {
      width: 30%;
  }
}

section#pt2020-bar button#close-pt2020 {
  position: absolute;
  right: 2em;
  line-height: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #fff;
  top: auto;
  width: auto;
}

section#pt2020-bar button#close-pt2020 i {
  transition: opacity ease-in-out 0.2s;
  color: white;
}

section#pt2020-bar button#close-pt2020:hover i {
  opacity: 0.5;
}

div.pt2020-logo-color img {
  max-width: 200px;
  width: 100%
}