.ig-main {
	overflow: hidden;
}

.ig-main ul {
	margin: 0;
}

.ig-main .ig-main-heading {
	color: #000;
	font-family: inherit;
	font-size: 23px;
	font-style: normal;
	line-height: 18px;
	text-align: center;
	padding-bottom: 16px;
	letter-spacing: 0.05em;
	text-rendering: optimizeLegibility;
	margin: 1em 0 0 1em;
}

.ig-main .ig-main-wrap .ig-inner {
	max-width: 20%;
	width: 100%;
	cursor: pointer;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap {
	position: relative;
	display: block;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-img {
	height: 100%;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-img .ig-img-wrap {
	padding-bottom: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	position: relative;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-img .ig-img-wrap img,
.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-img .ig-img-wrap video,
.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-img .ig-img-wrap iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s ease-in;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	display: flex;
	justify-content: center;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px;
	text-align: center;
	/*width: 100%;*/
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content p {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	font-weight: 300;
	text-align: center;
	word-break: break-word;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content p b {
	display: none;
}

@media only screen and (max-width: 767px) {
	.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content p {
		font-size: 12px;
	}
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content .ig-content-btn {
	color: inherit;
	text-decoration: unset;
	padding: 10px 15px;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	width: auto;
	margin-bottom: 10px;
	font-size: 12px;
	border-radius: 5px;
	font-family: inherit;
	border: unset;
	cursor: pointer;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content .ig-content-cmt-like {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0 0;
	margin: 0;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content .ig-content-cmt-like li {
	margin: 0 5px;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content .ig-content-cmt-like li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: unset;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content .ig-content-cmt-like li a svg {
	width: 20px;
	height: 20px;
	display: block;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content .ig-content-cmt-like li a svg path,
.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content .ig-content-cmt-like li a svg circle {
	fill: #fff;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content .ig-content-cmt-like li a span {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-decoration: unset;
	line-height: 1;
	padding-left: 2px;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-share {
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 0;
	z-index: 1;
	margin: 0;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-share ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-share ul li {
	padding: 0 8px 0 0;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-content-wrap .ig-share ul li a svg {
	max-width: 25px;
	height: auto;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap:hover .ig-content-wrap {
	opacity: 1;
	visibility: visible;
}

.ig-main .ig-load-more {
	margin: 20px 0;
}

.ig-main .ig-load-more button {
	border: 2px solid #000;
	background-color: transparent;
	padding: 0;
	margin: 10px auto;
	font-family: inherit;
	line-height: 18px;
	padding: 10px 15px;
	border-radius: 3px;
	display: block;
	cursor: pointer;
}

.ig-main .ig-load-more .ig-loader {
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 2px solid #000;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 1.4s linear infinite;
	animation: spin 1.4s linear infinite;
	margin: 5px auto;
	display: none;
}

.ig-main .ig-load-more .ig-loader.active{
	display: block;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ig-main .ig-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ig-main .ig-slideshow-main {
	max-width: 500px;
}

.ig-main .ig-slideshow-main .ig-inner {
	max-width: unset;
}

.ig-main .ig-slideshow-main .ig-inner .ig-inner-wrap .ig-content-wrap .ig-content {
	padding: 15px 50px;
}

.ig-main .ig-img-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ig-main .swiper-button-next,
.ig-main .swiper-button-prev {
	width: 35px;
	height: 35px;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	opacity: 0.7;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	margin-top: 0;
}

.ig-main .swiper-button-next:hover,
.ig-main .swiper-button-prev:hover {
	opacity: 1;
}

.ig-main .swiper-button-next:after,
.ig-main .swiper-button-prev:after {
	font-size: 18px;
}

.ig-main .ig-main-title {
	text-align: center;
	margin: 0;
}

.ig-main .ig-main-title h2 {
	font-size: 30px;
	line-height: 1;
	padding: 20px 0;
	margin: 0;
}

.ig-pop-main {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;
	z-index: 999999;
	height: 100%;
	width: 100%;
}

.ig-pop-main.active {
	visibility: visible;
	opacity: 1;
}

.ig-popup {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	z-index: 999999999;
}

.ig-popup.active {
	opacity: 1;
	visibility: visible;
}

.ig-popup .ig-popup-wrap {
	max-width: 1000px;
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	display: block;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ig-popup .ig-popup-wrap .ig-pop-close-btn {
	position: absolute;
	right: -35px;
	top: -35px;
	cursor: pointer;
}

.ig-popup .ig-popup-wrap .ig-pop-close-btn svg {
	max-width: 20px;
	height: auto;
	display: block;
}

.ig-popup .ig-popup-wrap .ig-popup-left {
	max-width: 58.89875%;
	width: 100%;
	position: relative;
}

.ig-popup .ig-popup-wrap .ig-popup-left .ig-popup-left-wrap {
	position: relative;
	padding-bottom: 100%;
}

.ig-popup .ig-popup-wrap .ig-popup-left .ig-popup-left-wrap img,
.ig-popup .ig-popup-wrap .ig-popup-left .ig-popup-left-wrap video,
.ig-popup .ig-popup-wrap .ig-popup-left .ig-popup-left-wrap iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	top: 0;
	left: 0;
	display: block;
}

.ig-popup .ig-popup-wrap .ig-popup-right {
	max-width: calc(100% - 58.89875%);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top {
	padding:15px 0;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top .ig-usr-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding:0 0 10px 15px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.5);
	align-items: center;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top .ig-usr-title .ig-usr-main {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	border: solid 1px rgba(0, 0, 0, 0.5);
	flex: 0 0 auto;
	margin: 0 10px 0 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top .ig-usr-title .ig-pop-username {
	text-decoration: none;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top .ig-usr-title .ig-usr-main img {
	display: block;
	max-width: 100%;
	margin: auto;
	object-fit: contain;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top .ig-scroll-data {
	overflow: hidden;
	overflow-y: auto;
	flex: 1 1 auto;
	height: 38vh;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top h5 {
	font-weight: unset;
	margin: 0;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top p {
	font-size: 14px;
	line-height: 1.3;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top p b {
	display: block;
	padding: 5px 0;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom {
	padding: 10px 15px;
	border-top: solid 1px rgba(0, 0, 0, 0.5);
	margin-top: auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom .ig-post-links {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom .ig-post-links.ig-post-share {
	margin-left: auto;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom .ig-post-links:last-child li:last-child {
	margin-right: 0;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom .ig-post-links li {
	margin-right: 10px;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom .ig-post-links li.likeNcomnt svg {
	height: 25px;
	width: 25px;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom .ig-post-links li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: unset;
	color: inherit;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom .ig-post-links li a svg {
	width: 20px;
	height: auto;
	display: block;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom .ig-post-links li a span {
	display: inline-block;
	font-size: 14px;
	text-decoration: unset;
	padding-left: 2px;
	font-size: 16px;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top {
	/*max-width: calc(100% - 30px);*/
	padding-right: 0;
}
.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom {
	max-width: unset;
}

.ig-popup .ig-pop-pro {
	padding: 5px 0 0 0;
}

.ig-popup .ig-pop-pro .ig-pop-pro-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	opacity: 0.5;
	transition: all ease-in-out 0.3s;
	cursor: default;
}

.ig-popup .ig-pop-pro .ig-pop-pro-wrap.active {
	opacity: 1;
}

.ig-popup .ig-pop-pro .ig-pop-pro-wrap .ig-pop-pro-img {
	max-width: 80px;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.ig-popup .ig-pop-pro .ig-pop-pro-wrap .ig-pop-pro-img .ig-pop-pro-img-wrap {
	position: relative;
	padding-bottom: 100%;
}

.ig-popup .ig-pop-pro .ig-pop-pro-wrap .ig-pop-pro-img .ig-pop-pro-img-wrap img {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: auto;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
	top: 0;
}

.ig-popup .ig-pop-pro .ig-pop-pro-wrap .ig-pop-pro-content {
	padding-left: 10px;
	max-width: calc(100% - 80px);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ig-popup .ig-pop-pro .ig-pop-pro-wrap .ig-pop-pro-content h6 {
	font-weight: 500;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin: 0;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	cursor: default;
}

.ig-popup .ig-pop-pro .ig-pop-pro-wrap .ig-pop-pro-content button {
	border: unset;
	font-family: inherit;
	background-color: #000;
	color: #fff;
	padding: 8px 15px;
	line-height: 1;
	border-radius: 5px;
	margin-top: auto;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
}

.ig-popup .ig-popup-close,
.ig-popup .ig-popup-arrow {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #fff;
	display: -webkit-box;
	display: flex;
	height: 30px;
	width: 30px;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	cursor: pointer;
	z-index: 1;
}

.ig-popup .ig-arr-left {
	top: 50%;
	left: -15px;
	right: auto;
	transform: translateY(-50%);
}

.ig-popup .ig-arr-right {
	top: 50%;
	left: auto;
	right: -15px;
	transform: translateY(-50%);
}

.ig-popup .ig-arr-right svg {
	transform: rotate(180deg);
}

.ig-popup .ig-popup-tag {
	position: absolute;
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	cursor: pointer;
	transition: all ease-in-out 0.3s;
	display: block;
	border: 2px solid white;
}

.ig-popup .ig-popup-tag:hover {
	background-color: #000;
}

.ig-popup .ig-popup-tag:before,
.ig-popup .ig-popup-tag:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 3px solid #fff;
	opacity: 0;
	transition: all ease-in-out 0.3s;
}

.ig-popup .ig-popup-tag:hover:before, .ig-popup .ig-popup-tag.active:before {
	-webkit-animation: ig_tag_animation 1.2s linear infinite;
	animation: ig_tag_animation 1.2s ease-in-out infinite;
	opacity: 1;
	border: 3px solid #000;
}

.ig-popup .ig-popup-tag:hover:after, .ig-popup .ig-popup-tag.active:after {
	-webkit-animation: ig_tag_animation 1.2s linear infinite;
	animation: ig_tag_animation 1.2s ease-in-out infinite;
	opacity: 1;
	border: 3px solid #000;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-img .ig-img-wrap .ig-play-icon {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.5);
	padding: 13px;
	border-radius: 50%;
}

.ig-main .ig-main-wrap .ig-inner .ig-inner-wrap .ig-img .ig-img-wrap .ig-play-icon path {
	fill: #fff;
}

.ig-main .ig-description {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin: 0;
}

.ig-main a[href="javascript:void(0)"] {
	pointer-events: none;
}

.ig-img-wrap .zoomout {
	transform: scale(0.90);
}

.ig-img-wrap .zoomin {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.ig-img-wrap .flip {
	transform: rotateY(180deg);
	transition: all .4s ease-in;
}

.ig-img-wrap .blr {
	-webkit-filter: grayscale(100%) blur(5px);
	filter:grayscale(100%) blur(5px);
}

.ig-img-wrap .left {
	transform: translateX(50%);
}

.ig-img-wrap .right {
	transform: translateX(-50%);
}

.ig-img-wrap .top {
	transform: translateY(-50%);
}

.ig-img-wrap .bottom {
	transform: translateY(50%);
}

.ig-img-wrap rt {
	transform: rotate(50deg);
}

/* NEW START */
.ig-popup .ig-popup-wrap {
	width: calc(100vh + 200px);
	flex-wrap: unset;
	height: auto;
	max-height: calc(100vh - 50px);
	min-width: 610px;
	min-height: 358px;
}

.ig-popup .ig-popup-wrap .ig-popup-left {
	min-width: 250px;
}

.ig-popup .ig-popup-wrap .ig-popup-right {
	position: relative;
	/*max-width: calc(100% - 250px);*/
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: calc(100% - 15px);
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom {
	background-color: #fff;
	position: absolute;
	bottom: 0;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top .ig-scroll-data {
	max-height: calc(100% - 50px);
	padding-left:15px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top .ig-scroll-data::-webkit-scrollbar {
	display: none;
}

/* NEW END */

@-webkit-keyframes ig_tag_animation {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(2);
		opacity: 0;
	}
}

@keyframes ig_tag_animation {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.ig-popup .ig-arr-left {
	left: -35px;
}

.ig-popup .ig-arr-right {
	right: -35px;
}

.ig-popup .ig-popup-arrow svg {
	fill: #fff;
	width: auto;
	height: 22px;
}

.ig-popup .ig-popup-close svg path, .ig-popup .ig-popup-arrow svg path {
	fill: #fff;
}

.ig-popup .ig-popup-close, .ig-popup .ig-popup-arrow {
	opacity: .5;
	transition: all ease-in-out 0.3s;
	background: transparent;
	box-shadow: unset;
}

.ig-popup .ig-popup-close:hover, .ig-popup .ig-popup-arrow:hover {
	opacity:1;
}

.ig-popup .ig-popup-close {
	right: -35px;
	top: -35px;
}

.ig-popup .ig-popup-close svg {
	width:18px;
	height: auto;
}

.ig-popup .ig-popup-arrow {
	width: auto;
}

/* NEW MULTI IMAGE START */
.ig-in-slider .swiper-slide {
	padding-bottom: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.ig-popup .ig-popup-wrap .ig-popup-left .ig-popup-left-wrap.ig-in-active {
	padding-bottom: 0;
}

.ig-in-slider .swiper-button-next:after,
.ig-in-slider .swiper-button-prev:after {
	font-size: 10px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.4);
}

.ig-in-slider .swiper-button-prev {
	left: 5px;
	display: block;
}

.ig-in-slider .swiper-button-next {
	right: 5px;
	display: block;
}

.ig-in-slider .swiper-button-next, .ig-in-slider .swiper-button-prev {
	width: 25px;
	height: 25px;padding: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* NEW MULTI IMAGE END */

/* POWER BY CSS START */
.ig-main-powerby {
	padding-bottom: 32px !important;
	position: relative !important;
}

.ig-main-powerby .ig-load-more {
	margin: 0 !important;
	position: absolute;
	width: 100%;
}
/* POWER BY CSS END */

@media only screen and (max-width:991px) {
	.ig-popup .ig-popup-wrap {
		max-width: calc(100% - 50px);
	}
	.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top p {
		font-size: 12px;
	}
	.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top .ig-usr-title .ig-usr-main {
		height: 30px;
		width: 30px;
	}
	.ig-popup .ig-pop-pro .ig-pop-pro-wrap .ig-pop-pro-img {
		max-width: 65px;
		border-radius: 3px;
	}
	.ig-popup .ig-pop-pro .ig-pop-pro-wrap .ig-pop-pro-content {
		max-width: calc(100% - 65px);
	}
	.ig-popup .ig-pop-pro .ig-pop-pro-wrap .ig-pop-pro-content button {
		font-size: 12px;
	}
	.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom .ig-post-links li.likeNcomnt svg {
		height: 20px;
		width: 20px;
	}
	.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom .ig-post-links li a span {
		font-size: 14px;
	}
}

@media only screen and (max-width:767px) {
	.ig-popup .ig-popup-wrap {
		position: unset;
	}
	.ig-popup .ig-arr-left {
		left: 5px;
	}
	.ig-popup .ig-arr-right {
		right: 5px;
	}
	.ig-popup .ig-popup-close {
		right: 5px;
		top: 5px;
	}
	.ig-popup .ig-popup-wrap .ig-popup-left {
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
	}
	.ig-popup .ig-popup-wrap .ig-popup-right {
		max-width: 100%;
		background-color: #fff;
	}
	.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top .ig-scroll-data {
		height: 100%;
	}
	.ig-popup .ig-popup-wrap {
		max-width: calc(100% - 50px);
	}
	.ig-popup .ig-popup-wrap {
		background-color: transparent;
	}
	.ig-popup {
		background-color: rgba(0, 0, 0, 1);
	}
	.ig-popup .ig-popup-wrap {
		max-height: calc(100vh - 50px);
		overflow: auto;
	}
	.ig-popup {
		height: 100vh;
	}
	.ig-popup .ig-popup-close,
	.ig-popup .ig-popup-arrow {
		height: 25px;
		width: 25px;
	}
	.ig-popup .ig-popup-close svg,
	.ig-popup .ig-popup-arrow svg {
		height: 12px;
		width: 12px;
	}

	/* NEW START */

	.ig-popup .ig-popup-wrap {
		min-width: auto;
	}
	.ig-popup .ig-popup-wrap {
		flex-wrap: wrap;
	}
	.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top {
		position: unset;
	}
	.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-bottom {
		position: unset;
	}
	.ig-popup .ig-popup-wrap {
		min-width: unset;
	}
	.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top {
		max-height: unset;
	}
	.ig-popup .ig-popup-wrap .ig-popup-right .ig-popup-right-top .ig-scroll-data {
		max-height: unset;
	}

	/* NEW END */
}