.IPSEventMobileMenu-container {
display: flex;
flex-wrap: wrap;
}

.IPSEMMBanner{
    display:inline-block;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height:150px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2),
              0 6px 20px rgba(0, 0, 0, 0.19);
    margin-bottom:25px;
    vertical-align: middle;
    font-size: clamp(1.5em, 4vw, 2.5em);
    background-position: center;
    margin: 0px 0px 20px 0px;
}

.IPSEMMBannerTitle{
    font-size: 1em;
    font-weight:bold;
    text-align: center;
    color:white;
    margin-top:15px;
    padding:5px;
    background-color: rgba(0, 0, 0, 0.3);
}
.IPSEMMDiv{
  margin: 0px 10px;
  font-size: 0.9em;
  width:18%;
  text-align: center;
}

.IPSEMMLink{
    width:100%;
    color:#00A0DF;
    text-align: center;
}

.IPSEMMIcon {
    width:100%;
    height: auto;
    text-align: center;
}