/*div.block_img{
    max-width: 1260px;
}
div.block_img .annonce_img{
    background-image: url("/img/desktop-960x600.png");
}
div.block_img .annonce_img:hover{
    background-image: url("/img/remember_button3.png");
    cursor: pointer;
}
div.block_img .annonce_img, div.block_img .annonce_img:hover{
    /* 450px/800px = 0.5625 */
    /*padding-top: 56.25%; */
    /*padding-top: 10%;
    height: 600px;*/

    /*padding-top: 65%;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;  */
/*}*/


div.block_img{
    max-width: 1260px;
}
.figure{
    background-image: url("/img/annonce_api.jpg");
}
.figure:hover, .figure.hover{
    background-image: url("/img/annonce_status.jpg");
    cursor: pointer;
}
.figure, .figure:hover, .figure.hover{
    /* 450px/800px = 0.5625 */
    /*padding-top: 56.25%; */
    /*padding-top: 10%;
    height: 600px;*/
    padding-top: 65%;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}
.hover {
    -moz-user-select: none;
    -moz-touch-callout: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}
