@media screen and (min-width: 501px) {

    
/*-------------- PROSTY SLIDER PC -------------- */

    .prosty-slider{
        display: block;
        max-width: 1085px;
        margin: auto;
        overflow: hidden;
    }
    
    #slider-team {
        max-height: 780px;
    }
    
    #slider-post{
        max-height: 800px;
    }
    
    .prosty-slider a{
        height: min-content;
    }
    

    .prosty-slider-instance{
        width: 300px;
        padding-bottom: 8px;
        text-align: center;
        margin: 8px;
        display: inline-block;
        vertical-align: top;
    }


    .prosty-slider-instance:hover{
        color: black;
        background-color: #F60;
    }    

    .blackonwhite{
        background: white;
        color: black;
    }

    .whiteonblack{
        background: black;
        color: white;
    }


    .prosty-slider-instance img{
        width: 300px;
		max-height: 300px;
        opacity: 0.85;
    }
    .prosty-slider-instance:hover img{
        opacity: 1;
        }

    .prosty-slider-instance_txt{
        font-size: 18px;
        line-height: 21px;
        padding-top: 12px;
    }

    .prosty-slider-instance_txt p{
        padding-bottom: 8px;
    }

    .team-medale{
        text-align: center;
        margin: auto;
        padding: 10px 0 10px 0;
    }

    .team-medale img{
        height: 30px;
        width: 30px;
    }


    .prosty-slider-instance_txt-date{
        font-size: 14px;
        font-weight: 200;
        text-align: right;
        vertical-align: bottom;
        padding-right: 16px;
        color: #444;
    }

    .more-button {
        height: 47px;
        width: 166px;
        border: black solid 3px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 26px;
        font-size: 24px;
}

    .more-button:hover {
        border: #F60 solid 3px;
        color: #F60;
        background-color: #F60;
    }    

    .more-button a{
        display: block;
        height: 36px;
        font-weight: 900;
        line-height: 42px;      
    }    

    .bonw {background: white; 
        color: black; border-color: black}
        .bonw a{color: black;}

    .wonb {background: black; color: white;
        border-color: white}    

}

@media screen and (min-width: 680px) {
    .prosty-slider{
        text-align: center;
    }
    
}

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

/*-------------- PROSTY SLIDER MOBILE -------------- */
    
    .prosty-slider{
        display: flex;
        padding-left: 10vw;
        padding-right: 10vw;
        margin: auto;
        overflow: scroll;
    }


    .prosty-slider-instance{
        width: 80vw;
        padding-bottom: 8px;
        text-align: center;
        margin: 8px;
    }

        .blackonwhite{
            background: white;
            color: black;
        }

        .whiteonblack{
            background: black;
            color: white;
        }


    .prosty-slider-instance img{
        width: 80vw;
    }


    .prosty-slider-instance_txt{
        font-size: 18px;
        line-height: 21px;
        padding-top: 12px;
    }

    .prosty-slider-instance_txt p{
        padding-bottom: 8px;
    }

    .team-medale{
        text-align: center;
        margin: auto;
        padding: 10px 0 10px 0;
    }

    .team-medale img{
        height: 30px;
        width: 30px;
    }


    .prosty-slider-instance_txt-date{
        font-size: 14px;
        font-weight: 200;
        text-align: right;
        vertical-align: bottom;
        padding-right: 16px;
        color: #444;
    }

   .more-button {
        height: 47px;
        width: 166px;
        border: black solid 3px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 26px;
        font-size: 24px;
}
 

    .more-button a{
        display: block;
        height: 36px;
        font-weight: 900;
        line-height: 42px;   
        color: black;
    }   
    
}