


.embeddedGallery a.thumb {
    background-position: center center;
    background-size: cover;
    display: inline-block;
    height: 150px;
    margin: 0 10px 10px 0;
    width: 150px;
}


.subPage article.content{
    line-height: 28px;
}

article.content ul{
    margin: 20px 0 0 20px;
    padding: 0;
}


@media screen and (max-width: 355px) {
    
    .embeddedGallery a.thumb{
        width: 100%;
    }
    
}
