body{
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
section{
    position: absolute;
    text-align: center;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}
.grid-images{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    grid-gap: 15px;
}
.grid-images img{
    border-radius:10px;
}
iframe{
    width: 1200px;
    height: 670px;
}
.modal-dialog{
    width: 1200px !important;
    max-width: max-content !important;
    
}
.modal{
    margin:1% 0 !important;
}
.btn-modal-game{
    background: transparent;
    border:0;
    margin: 0;
    cursor: pointer;
    padding:  0;

}
.text-right{
   display: flex;
   justify-content: flex-end;
   cursor: pointer;
}
.close{
    background: red;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 16px;
    padding: 14px 14px;
    touch-action: auto;
    margin-bottom: 20px;
}
.close-x{
    position: absolute;
    top: 1px;
    padding-left: 1px;
    cursor: pointer;
    z-index: 99;
}
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.load{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px)
}

@media only screen and (max-width: 992px) {
    .modal{
        margin: 0 !important;
    }
  }