.minecraft-page {
    background-image: url("minecraft-rembo.png")/*tpa=https://streamtoearn.io/images/minecraft-rembo.png*/;
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: bottom left;

    max-height: 700px;
}


.witcher3-page {
    background-image: url("witcher3-geralt.png")/*tpa=https://streamtoearn.io/images/witcher3-geralt.png*/;
    background-size: 495px;
    background-repeat: no-repeat;
    background-position: bottom left;

    max-height: 700px;
}

.elden-ring-page {
    background-image: url("ER_Character_Base_Samurai.webp")/*tpa=https://streamtoearn.io/images/ER_Character_Base_Samurai.webp*/;
    background-size: 495px;
    background-repeat: no-repeat;
    background-position: bottom left;

    max-height: 700px;
}



.pvz-page {
    background-image: url("pvz-poster-web.png")/*tpa=https://streamtoearn.io/images/pvz-poster-web.png*/;
    background-size: 570px;
    background-repeat: no-repeat;
    background-position: bottom left;
    max-height: 700px;
}


h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.shot-info {
    background: #fbfbfb;
    padding: 15px;
    border-radius: 8px;
    font-size: 19px;
    margin-bottom: 20px;
}

.shot-info h2 {
    margin-top: 0px;
    margin-bottom: 8px;
}

.home-meta-info .poster {
    width: auto;
}

.about-minecraft-wrapper {
    background-image: url("minecraft-mods-1x1.webp")/*tpa=https://streamtoearn.io/images/minecraft-page/minecraft-mods-1x1.webp*/;
}


.mods-download-buttons  {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mods-download-buttons a{
    color: #3a6bfa;
    background: #eee;
    display: block;
    padding: 8px 12px;
    border-radius: 8px;

}



@media screen and (max-width:1150px) {

    .minecraft-page, .witcher3-page, .pvz-page, .elden-ring-page {
        background-image: none;
        max-height: inherit;
    }

    .witcher3-page, .elden-ring-page{
        min-height: inherit;
    }

    .witcher3-page .left , .elden-ring-page .left {
        display: none;
    }

    .witcher3-page  .right ,  .elden-ring-page .right {
        
            flex: 1
        }
    


    .disblplayBlockMobile {
        display: block;
        text-align: center;
    }
    
    
}
@media screen and (max-width:660px) {
.fix-mobile-tabel {
    min-width: 150px;
    font-size: 15px;
}
}


