/**
Theme Name: Twenty Twenty-Five Child
Theme Name: Twenty Twenty Child
Description: Child theme of Twenty Twenty-Five Theme
Text Domain: twentytwentyfivechild
Version: 1.4-0.1
Template: twentytwentyfive
*/


/* hide elements by widht*/
@media (max-width: 768px) {
 .hide-max-widht768px { display: none !important; }
}
@media (max-width: 400px) {
 .hide-max-widht400px { display: none !important; }
}
