.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 15px;
}

.og-grid li {
	width: 19%;
	display: inline-block;
	/* margin: 10px 5px 0 5px; */
	vertical-align: top;
	/* height: 250px; */
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.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: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: transparent;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.og-expander-inner {
	width: 100%;
	/* padding: 50px 0px; */
	height: 100%;
	display: flex;
}

.og-close {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 10;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #fff;
}

.og-fullimg,
.og-details {
	width: 45%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	width:55%;
}

.og-details {
	padding: 0 40px 0 0px;
}

.og-fullimg {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	width:70%;
	height: auto;
}

.og-details h3 {
	font-weight: 300;
	font-size: 32px;
	line-height: 42px;
	padding: 40px 0 0px;
	margin-bottom: 20px;
	margin-top: 60px;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
	/* width: 90%; */
	font-family: "Poppins-Regular";
}

/* .og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
} */

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-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; }
}

@media screen and (max-width:1800px) {
	/* .og-fullimg img {
		width: 400px;
		height: 380px;
	} */
}

@media screen and (max-width:1660px) {
	.og-details h3 {
		font-size: 28px;
		line-height: 36px;
		padding: 40px 0 0;
		margin-top: 60px;
	}
	
	.og-details p {
		font-size: 14px;
		line-height: 24px;
		/* width: 90%; */
	}	

}

@media screen and (max-width:1440px) {
	.og-details h3 {
		font-size: 26px;
		line-height: 36px;
		padding: 40px 0 0px;
		margin-top: 60px;
	}
	
}

@media screen and (max-width:1366px) {
	/* .og-fullimg img {
		height: 60%;
		width:55%;
	} */

	/* .og-details p {
		font-size: 14px;
		line-height: 24px;
	} */
}

@media screen and (max-width:1300px) {
	.og-grid {
		justify-content: center;
	}

	.og-grid li {
		width: 23%;
	}	
}

@media screen and (max-width:1200px) {

	.og-details h3{
		font-size: 24px;
		line-height: 34px;
	}

	.og-fullimg img {
		width:90%;
		height:300px;
	}

	.og-close {
		width:30px;
		height: 30px;
	}

	.og-details {
		padding: 0 20px 0 20px;
	}

}

@media screen and (max-width:990px) {
	.og-grid li {
        width: 32%;
    }

	.og-details p {
		width: 100%;
	}

	.og-close {
        width: 20px;
        height: 20px;
		top: 15px;
		right:15px;
    }

	.og-details h3{
		font-size: 22px;
	}
	
	.og-details p{
		font-size: 12px;
		line-height: 20px;
	}

}

@media screen and (max-width: 830px) {	
	.og-grid li{
        width: 31%;
    }

	.og-fullimg img{
		height: 280px;
	}

}

@media screen and (max-width:680px) {
	.og-grid li{
        width: 45%;
	}

	.og-fullimg, .og-details{
		width: 50%;
	}

	.og-details h3{
		padding: 0;
	}
}

@media screen and (max-width: 650px) {
	/* .og-expander-inner{
		display: flex;
		flex-direction: column;
	}
	.og-fullimg {
		width: 100%; 
	} */

	.og-fullimg{
		width: 40%;
	}

	.og-details{
		width: 60%;
	}

	.og-details{
		padding: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.og-details h3 {
        margin-top: 20px;
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
		/* padding-left: 20px; */
    }

	.og-fullimg{
		height: unset;
		margin-top: 20px;
	}

	/* .og-fullimg img{
		width: 80%;
		height: auto;
	} */

	.og-expander{
		margin-bottom: 20px;
	}
	
	.og-expander-inner{
		flex-direction: column;
	}

	.og-fullimg, .og-details{
		width: 100%;
		height: unset;
	}

	.og-fullimg img {
        width: 55%;
        height: 95%;
    }
	
}

@media screen and (max-width:480px) {
	.og-fullimg img {
        width: 65%;
        height: 95%;
    }
}

@media screen and (max-width:420px) {
	.og-grid li{
        width: 100%;
        padding-right: 0;
    }

	.og-details{
		padding: 0;
	}

	.og-details h3 {
        margin-top: 20px;
		font-size: 18px;
		line-height: 28px;	
		margin-bottom: 10px;
		/* padding-left: 20px; */
    }

	.og-fullimg{
		margin-top: 30px;
	}

	/* .og-fullimg img{
		width: 65%;
		height: auto;
	} */

	.og-close{
		top: 10px;
    	right: 10px;
	}
}

@media screen and (max-width:380px) {

	.og-details h3{
		font-size: 16px;
		line-height: 22px;
	}

	.og-details p {
        font-size: 11px;
        line-height: 18px;
    }
	

}
