.mobil100-50 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* Szélesség beállítása,inline stílus felülírása */
    /* Ne legyen szélesebb az eredetinél */
    /* Magasság automatikus,inline stílus felülírása */
    width: 50% !important; 
    max-width: 100% !important; 
    height: auto !important;
}
@media screen and (max-width: 768px) {
    .mobil100-50 {
        width: 100% !important;
    }
}