@media screen and (max-width: 1200px) {
    .single_top_info_btns .orange_btn{
        width: 190px;
    }
    .single_top_info_title {
        font-size: 30px;
        line-height: 30px;
    }

    .single_play_game {
        height: 480px;
    }

    .single_play_game_cover img {
        width: 100%;
        min-height: 100%;
    }

    .drop_sidebar_block_title {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .single_subscribe_title {
        text-align: center;
        margin-bottom: 20px;
    }
    .single_top_info_thumb {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .single_top_info_text {
        width: 100%;
    }

    .block_inner_right_top {
        float: right;
        width: inherit;
    }
    .block_inner_right_top span{
        text-align: right;
    }
    .block_inner_right_top a{
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .single_play_btn_center:before, .single_play_btn_center:after{
        display: none;
    }
    .single_maine_images_list {
        margin: 0;
    }
    .single_play_btn{
        padding: 0;
    }
    .single_slot_list > ul > li{
        width: 49%;
    }
    .single_top_info_btns .grey_btn{
        float: right;
    }
    .appraise_left{
        width: 100%;
        float: none;
    }
    .appraise_right{
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 20px;
    }
    .single_top_info_btns .orange_btn {
        width: 100%;
        margin: 10px auto 20px auto;
    }
    .single_top_info_btns .grey_btn{
        width: 100%;
        margin: 10px auto 20px auto;
    }
    .single_maine_list_item {
        display: block;
        width: 300px;
        margin: 0 auto 15px auto;
    }
    .single_slot_list.single_slot_list_full > ul > li{
        width: 49%;
    }
}
@media screen and (max-width: 580px) {
    .single_top_info{
        padding: 5px;
    }
    .single_play_game_btn.mobile_hide{
        display: none;
    }
    .single_play_btn_mobile{
        display: flex;
    }
    .single_slot_list.single_slot_list_full > ul > li{
        width: 100%;
    }
    .single_subscribe_form button{
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .single_subscribe_form input{
        padding: 0 20px;
    }
    body {
        background-position-y: 150px !important;
    }
    .single_play_game {
        height: 250px;
    }
    .single_slot_list > ul > li{
        width: 100%;
    }
}