.wrap-infographics {
    margin: 20px 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.wrap-infographics img.responsive {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
}

.wrap-infographics .wrap-video {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 162, 221, 0.5);
    padding: 0;
}

.wrap-infographics .wrap-helper {
    position: relative;
    width: calc(100% - 2 * 10px);
    height: auto;
}

.wrap-infographics video {
    display: none;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.wrap-infographics .btn-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
