.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }
   
  .iframe-container iframe {
     border: 0;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
  }

body.single-game .slotbutton {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 14px 12px;
    user-select: none;
}

body.single-game .slotbutton p {
    margin: 6px 0 0 0;
}