.lotus_wrapper{
  display: block;
  position: relative;
  top: 16px;
  width: 340px;
  right: 16px;
  margin-left: 16px;
  padding: 8px 16px;
  /* float: right;*/
  /* background: rgba(255,255,255, 0.35); */
}

.lotus {
  width: 128px;
  height: 128px;
  background-image: url("/static/images/lotus-pic-128.a414e8f3e12e.png");
  filter: drop-shadow(16px -3px 1px #ede8de);
  background-repeat: no-repeat;
  background-position: top;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 16px;
}

.lotus_cont {
  width: 96px;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  /*display: flex;*/
  margin: 16px;
  padding-top: 32px;
  text-align: center;
  /*justify-content: center;*/
  /*align-items: center;*/
  /*display: grid;*/
  /*place-items: center;*/
  position: relative;
  z-index: 1;
}

.lotus:hover {
  background-image: url("/static/images/lotus-pic-128-2.9c0138a0f66c.png");
}

.lotus_wrapper-caption {
    font-weight: 600;
    text-align: center;
    background: rgba(255,255,255, 0.25);
    border-radius: 8px;
    margin: 4px auto;
    padding: 0;
    width: 85%;
}
/******************* SMALL & MOBILE *******************/
@media screen and (max-width: 720px) {

.lotus_wrapper{
  width: 280px;
  right: 8px;
  /*float: right;*/
}

.lotus {
  width: 105px;
  height: 105px;
  background-image: url("/static/images/lotus-pic-128.a414e8f3e12e.png");
  background-size: 100px;
}
.lotus_cont {
  width: 90px;
  line-height: 1.25em;
  margin: 8px;
  padding-top: 28px;
  text-align: center;
  position: absolute;
  z-index: 1;
}

}

/******************* MOBILE *******************/
@media screen and (max-width: 600px) {

.lotus_wrapper{
  width: 240px;
  right: 4px;
  /*float: right;*/
}

.lotus {
  width: 84px;
  height: 84px;
  background-image: url("/static/images/lotus-pic-128.a414e8f3e12e.png");
  background-size: 84px;
}
.lotus_cont {
  width: 80px;
  line-height: 1.25em;
  margin: 8px;
  padding-top: 28px;
  text-align: center;
  position: absolute;
  z-index: 1;
}

}

/******************* SMALL MOBILE *******************/
@media screen and (max-width: 480px) {

.lotus_wrapper{
  width: 210px;
  /*float: right;*/
}


.lotus {
  width: 64px;
  height: 64px;
  background-image: url("/static/images/lotus-pic-128.a414e8f3e12e.png");
  background-size: 64px;
  padding: 0;
  margin: 0 8px;
}

.lotus_cont {
  height: 64px;
  width: 64px;
  font-size: 0.8em;
  font-weight: 600;
  margin: 0;
}

.lotus_wrapper1::after,
.lotus_wrapper2::after{
  content: "";
  clear: both;
}

#oobanOL {
/*    display: none;*/
}

}
