.game-wrapper {
position: relative;
overflow: hidden;
width: 100%;
/* This creates a 16:9 aspect ratio container */
padding-top: 65%;
border: 3px solid #3498db;
border-radius: 15px;
}
.game-wrapper iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}

💡 Tip: If you’re on a phone, rotate your screen to landscape for the best view!