
#games-expanded-view {
    display: none;

    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    justify-content: center;
    align-items: center;

    container-type: size;
    container-name: games-view;
}

#games-frame {
    width: 100%;
    height: 100%;

    border: none;
}