/*
 Theme Name:   Schema Child
 Description:  huaweiblog.de-Anpassungen
 Author:       wpperf.de
 Template:     mts_schema
 Version:      1.0
 Text Domain:  mts_schema-child
*/

.custom_adsense_header_mobile {
    width: 0px;
    height: 0px;
}
@media (max-width:720px) { 
    .custom_adsense_header_mobile  { 
        width: 100%; 
        min-height: 250px; 
        height: auto; 
    } 
}

.custom_adsense_header_desktop {
    width: 0px;
    height: 0px;
}
@media (min-width:721px) { 
    .custom_adsense_header_desktop  { 
        width: 728px;         
        min-height: 90px; 
        height: auto;
    } 
}