/*full content wrappers*/
.uxArticle.uxArticle-fullwidth {margin: 30px 5%;}

.uxArticle-bottom {margin-bottom: 50px;}
.uxArticle.uxArticle-fullwidth.uxArticle-bottom {margin: 30px 5% 50px;}

/*margin controls*/
mt-0 {margin-top: 0;}
mt-10 {margin-top: 10px;}
mt-20 {margin-top: 20px;}
mt-30 {margin-top: 30px;}

mb-0 {margin-bottom: 0;}
mb-10 {margin-bottom: 10px;}
mb-20 {margin-bottom: 20px;}
mb-30 {margin-bottom: 30px;}

@media screen and (max-width: 700px){
    /*full content wrappers*/
    .uxArticle, .uxArticle.uxArticle-fullwidth {margin:20px 10px;}
    .uxArticle.uxArticle-fullwidth.uxArticle-bottom {margin: 20px 10px 50px;}
}