.sgm-game-container {
    position: relative;
    max-width: 100%;
}

.sgm-game-iframe {
    display: block;
    margin: 0;
    width: 100%;
    aspect-ratio: 16/9 auto;
}

.sgm-icon.fullscreen {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #ccc;
    font-size: 20px;
    cursor: pointer;
}