.hd {
    display: block !important;
}
.slot_demo_inner {
    position: relative;
}
.slot_demo_links {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slot_demo_links a {
    z-index: 9999;
}
.go_to_casino_link {


    color: #ffffff;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 15px;
    width: 200px;
    text-align: center;
    margin-top: 7px;
    font-weight: 800;
    background: #00d084;
    text-decoration: dashed;
}
.render_demo {
    border: 2px solid #00d084;
    color: #00d084;
    padding: 8px 0px;
    border-radius: 5px;
    font-size: 15px;
    width: 200px;
    text-align: center;
    margin-top: 7px;
}
.demo_frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.demo_frame iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}