.infographic-container .bscInfographic * {
    font-family: inherit !important;
}

.infographic-container .bscInfographic {
    word-break: normal;
}

.infographic-container .bscInfographic .closeButton {
    width: 30px;
    height: 30px;
}

.infographic-container .bscInfographic .ringMenu {
    font-size: 1.25rem;
}

.infographic-container .bscInfographicMobile {
    position: relative;
    height: var(--viewport-height-min, 100vh);
}

.infographic-container .bscInfographicMobile .glide,
.infographic-container .bscInfographicMobile .blanket,
.infographic-container .bscInfographicMobile .popWindow {
    position: absolute;
    max-height: 100%;
}

.infographic-container .bscInfographicMobile .glide {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}