$section-margin: $global-margin!default;

// 
// @TODO: Add docs to Thumbnail!
//

@mixin Section() {
    .Section {
        width: 100%;
        margin: $section-margin 0;
        &:first-child {
            margin-top: 0px!important;            
        }
        
        &:last-child {
            margin-bottom: 0px!important;            
        }
//        &:first-child {
//            margin-bottom: 0px;
//        }
        
    }   
}
