.mansory-item{ margin-top:50px; .grid-item{ margin-bottom: 50px; .postItem{ position: relative; margin:0; padding:0; .overlay{ @include overlay(rgba(0,0,0,0.5)); } figure{ position: relative; } .content{ .post-header{ h4{ font-size:0.775rem; } } .post-content{ p{ text-align: justify; } } &.post-overlay{ @include display-flex(flex); @include justify-content-center; @include align-items-center; @include flex-direction-column(column); height: 95%; width:95%; margin:10px auto; border:1px solid $white-color; background:transparent; z-index: 99; color:$white-color; text-align: center; position: absolute; top:0; right:0; left:0; bottom:0; .play-icon{ color:$white-color; .icon{ width:50px; height:50px; @include display-flex(flex); @include justify-content-center; @include align-items-center; @include flex-direction-column(column); @include radius(100%); border:2px solid $white-color; margin:0 auto; svg{ } } span{ margin-top:7px; display: inline-block; font-size:0.775rem; font-weight: 400; } } .post-header{ text-align: center; margin:15px 0; h4{ a{ color:$white-color; } } } .post-content{ border:none; margin:0; padding:0; p{ text-align: center; } } } } } } } .show-more{ svg{ margin-right: .5rem; } }