div.banner20200601 {
  width: 100%;
  background-color: #5a0c23;
  height: 120px;
  margin-bottom: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
div.banner20200601 a {
  color: #fff;
  font-size: 2.2rem;
  position: relative;
  line-height: 120px;
  font-weight: bold;
  display: block;
  padding-left: 1rem; }
div.banner20200601 a:hover {
  text-decoration: none;
  background-color: #7a102f;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s; }
