/*
Theme Name:     FocusBlog Child
Description:    
Author:         HeaterHobby
Template:       focusblog

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.scn ul li {
 background-image: none !important;


}

/* Right-aligned-header-image should be fit on mobile */
@media all and (max-width: 767px) {
img.right-aligned-header-image {
max-width: 250px;
}
}

@media all and (max-width: 540px) {
img.right-aligned-header-image {
float: none;
display: block;
margin: 0 auto;
}
}