.og-grid { list-style: none; padding: 20px 0; margin: 0 auto; text-align: center; width: 100%; }
.og-grid li { display: inline-block; margin: 35px 5px 0 5px; vertical-align: top; height: auto; padding: 12px 5px; }
.og-grid li > a, .og-grid li > a img { outline: none; display: block; position: relative; width:100%; }
.og-grid li.og-expanded > a::after { top: auto; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-bottom-color: #006a9d ; border-width: 15px; left: 50%; margin: -18px 0 0 -15px; }
.og-expander { position: absolute; background: #ffffff; top: auto; left: 0; width: 100%; margin-top: 10px; text-align: left; /*height: auto !important;*/ height: 0; overflow: hidden; }
.og-expander-inner { padding: 22px 30px; height: 100%;padding-bottom:10px; }
.og-details { width: 100%; float: none; height: 100%; overflow: hidden; position: relative; margin:0 auto; }
.og-details { padding: 0; }
.og-details p { font-weight: 400; font-size: 16px; line-height: 22px; color: #ffffff;text-align:justify; margin-bottom: 6px;}
@-webkit-keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@-moz-keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
/*Tablet*/
@media(max-width:1024px) {
    .og-fullimg, .og-details{width:100%;padding: 0;}
    .og-grid li{padding:0 10px}
    .og-expander {width:90%;margin-left:5%;margin-right:5%;}
}
/*Mobile*/
@media(max-width:767px) {
    .og-grid li{padding:0 15px}
    .og-expander-inner {padding: 20px;}
    .og-details p {font-size:13px}
    .og-expander {width:90%;margin-left:5%;margin-right:5%;}
}