@charset "utf-8";
/* CSS Document */
#bg_web {
  position: relative
}
.genai {
  position: absolute;
  right: 1%;
  bottom: 2%;
  width: 75px;
  z-index: 1000
}
@media only screen and (max-width:997px) {
  #bg_mob {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
  }
  .genai {
    position: absolute;
    bottom: 30%;
    right: 2%;
	width: 24px
  }
}