
@media (max-width: 350px){

    body {
        font-size: 15px
    }

    .mainBox {
        padding: 8px
    }

    .mainBox>h4, h4.title {
        margin: -8px -8px 0 -8px;
    }

    .eventCard {
        padding: 10px
    }

    #boxBottomMenu div {
        font-size: 80%;
        text-transform: uppercase;
        line-height: 78px;
        height: 60px;
        padding: 7px;
        background-size: auto 60%;
    }

    boxBottomMenu div.active {
        background-size: auto 73%;
    }

    .btnSmall, .smallButtons a {
        padding: 3px 10px;
        margin: 4px auto;
    }

    .btn, .box1, .smallButtons a {
        min-width: 50px;
    }

    .btnImg {
        max-width: 105%!important;
    }

    .btnImg > div {
        line-height: 25px;
    }

    .btnImg img {
        margin-bottom: -16px!important;
        height: 47px;
    }


    /* global box size set to */
    .wrestler .imgBox {
        height: 100px;
        width: 100px;
    }

    .boxChoseWrestlers .imgBox {
        zoom: 0.75
    }

    /* result screen */
    .boxTeams .wrestler {
        zoom: 0.75
    }


    /*    .boxImgWrestlers img {
            xmax-width: 80%;
            xmax-height: 100px;
            zoom: 0.8
        }*/


    /*
        .boxImgWrestlers img:nth-child(2) {
            left: 20px
        }
    
        .imgBox.teamSize1 .imgWrestler {
            left: 15px
        }
    
        .imgBox.teamSize3 .imgWrestler, .imgBox.teamSize4 .imgWrestler {
            width: 60%;
        }
    
        .imgBox.teamSize3  .imgWrestler:nth-child(1) {
            left: -5px
        }
    
        .imgBox.teamSize3  .imgWrestler:nth-child(2) {
            left: 22px
        }
        .imgBox.teamSize3 .imgWrestler:nth-child(3) {
            left: 40px
        }
    
    
        .imgBox.teamSize4 .imgWrestler:nth-child(2) {
            left: 12px
        }
        .imgBox.teamSize4 .imgWrestler:nth-child(3) {
            left: 25px
        }
        .imgBox.teamSize4 .imgWrestler:nth-child(4) {
            left: 38px
        }*/





}