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

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

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

.instagram-gallery-feed a, .instagram-gallery-modal a {
	text-decoration: none !important;
}

[class^=qligg-icon-], [class*=" qligg-icon-"] {
	font-family: "qligg" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.qligg-icon-video:before {
	content: "";
}

.qligg-icon-gallery:before {
	content: "";
}

.qligg-icon-clock-o:before {
	content: "";
}

.qligg-icon-upload:before {
	content: "";
}

.qligg-icon-share-o:before {
	content: "";
}

.qligg-icon-comment:before {
	content: "";
}

.qligg-icon-heart:before {
	content: "";
}

.qligg-icon-instagram:before {
	content: "";
}

.qligg-icon-prev:before {
	content: "";
}

.qligg-icon-prev-o:before {
	content: "";
}

.qligg-icon-next:before {
	content: "";
}

.qligg-icon-next-o:before {
	content: "";
}

.qligg-icon-heart-o:before {
	content: "";
}

.qligg-icon-comment-o:before {
	content: "";
}

.qligg-icon-instagram-o:before {
	content: "";
}

.instagram-gallery-feed {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
}

.instagram-gallery-feed .instagram-gallery-item, .instagram-gallery-feed .instagram-gallery-image, .instagram-gallery-feed .instagram-gallery__actions {
	opacity: 0;
	transition: all .4s;
}

.instagram-gallery-feed.loaded .instagram-gallery-item, .instagram-gallery-feed.loaded .instagram-gallery-image, .instagram-gallery-feed.loaded .instagram-gallery__actions {
	opacity: 1;
}

.instagram-gallery-feed a {
	text-decoration: none !important;
}

.instagram-gallery__button {
	display: inline-block;
	font-size: 14px;
	padding: 12px 24px;
	transition: all .3s;
	text-decoration: none;
	text-decoration: none !important;
	border-radius: 3px;
	background-color: #0095f6;
	color: #fff;
	vertical-align: middle;
	line-height: 16px;
}

.instagram-gallery__button>i {
	margin: 0 8px 0 0;
	font-size: 12px;
}

.instagram-gallery__button>svg {
	margin: 0 8px 0 0;
	max-height: 14px;
	display: inline-block;
	width: auto;
	vertical-align: bottom;
}

.instagram-gallery__button:focus, .instagram-gallery__button:hover {
	box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, .2);
}

.instagram-gallery__button--follow {
	background-color: #0095f6;
}

.instagram-gallery__button--load {
	background-color: #000;
	text-transform: capitalize;
	cursor: pointer;
}

.instagram-gallery__button--disabled {
	opacity: .6;
	pointer-events: none;
}

.instagram-gallery__actions {
	text-align: center;
	margin: 15px 0px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.instagram-gallery__alert {
	background-color: #f44336;
	padding: 15px;
	color: #fff;
	border-radius: 3px;
	margin: 0 0 15px 0;
	display: block;
}

.instagram-gallery__alert::after, .instagram-gallery__alert::before {
	content: " ";
	display: table;
}

.instagram-gallery__alert::after {
	clear: both;
}

.instagram-gallery__alert .button {
	float: right;
}

.instagram-gallery__alert ul {
	padding: 0;
	margin: 0;
}

.instagram-gallery__alert li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.instagram-gallery-item__wrap {
	background-color: #fff;
	font-size: 12px;
	line-height: 1.2;
}

.instagram-gallery-item__info, .instagram-gallery-item__media_description {
	display: flex;
	clear: both;
	margin: 0;
	padding: 1em 0;
}

.instagram-gallery-item__media_description {
	display: block;
}

.instagram-gallery-item__icons {
	margin: 0 0 0 auto;
	margin-right: 5px;
}

.instagram-gallery-item__comments_count i, .instagram-gallery-item__likes_count i {
	font-weight: bold;
	margin: 0 2px;
}

.instagram-gallery-item__info {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	font-size: .9em;
	margin: 0 2px;
}

.instagram-gallery-item__date {
	display: inline-block;
	text-transform: uppercase;
	opacity: .6;
}

.instagram-gallery-item__comments_count, .instagram-gallery-item__likes_count {
	display: inline-block;
	margin: 0;
}

.instagram-gallery-item__date {
	display: inline-block;
	margin: 0 5px 0px 0;
}

.instagram-gallery-item__media-mask {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
	transition: all .5s ease-out;
	opacity: 0;
	background: rgba(0, 122, 255, .55);
	width: 100%;
	height: 100%;
}

.instagram-gallery-item__media-mask--content {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0;
	margin: -10px 0 0 0;
	z-index: 9;
	width: 100%;
	color: #fff;
	transition: all .5s ease;
	opacity: 0;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
}

.instagram-gallery-item__likes_count--mask, .instagram-gallery-item__comments_count--mask {
	padding: 0 4px;
	font-size: 15px;
	font-weight: 600;
	vertical-align: middle;
	line-height: 20px;
}

.instagram-gallery-item__icon-heart, .instagram-gallery-item__icon-bubble_chat {
	font-size: 12px;
	margin-right: 3px;
	font-weight: 800;
	color: #0095f6;
}

.instagram-gallery-item__media-wrap {
	display: block;
	position: relative;
	text-align: center;
	background-color: #eee;
	cursor: pointer;
}

.instagram-gallery-item__media {
	width: 100%;
	height: auto;
	overflow: hidden;
	vertical-align: middle;
}

.instagram-gallery-item__icon, .instagram-gallery-item__media {
	transition: all .3s;
}

.instagram-gallery-item__icon {
	position: absolute;
	z-index: 1;
	font-size: 16px;
	color: #fff;
	opacity: .66;
	top: 0;
	margin: 10px;
	right: 0;
	text-shadow: 1px 1px rgba(0, 0, 0, .15);
	display: flex;
	text-decoration: none;
}

.instagram-gallery-item__icon--views {
	left: auto;
	right: 0;
	font-size: 24px;
}

.instagram-gallery-item__icon--views_count {
	top: auto;
	bottom: 0;
	opacity: 0;
	right: auto;
	left: 0;
	pointer-events: none;
}

.instagram-gallery-item__icon>span {
	margin: 0 5px;
	line-height: 16px;
	font-size: 13px;
	font-weight: 600;
	position: relative;
	top: -1px;
}

.instagram-gallery-item {
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	line-height: 0;
}

.instagram-gallery-item--cols-1 {
	width: 100%;
}

.instagram-gallery-item--cols-2 {
	width: 50%;
}

.instagram-gallery-item--cols-2.highlight {
	width: 100%;
}

.instagram-gallery-item--cols-3 {
	width: 33.333%;
}

.instagram-gallery-item--cols-3.highlight {
	width: 66.666%;
}

.instagram-gallery-item--cols-4 {
	width: 25%;
}

.instagram-gallery-item--cols-4.highlight {
	width: 50%;
}

.instagram-gallery-item--cols-5 {
	width: 20%;
}

.instagram-gallery-item--cols-5.highlight {
	width: 40%;
}

.instagram-gallery-item--cols-6 {
	width: 16.666%;
}

.instagram-gallery-item--cols-6.highlight {
	width: 33.333%;
}

.instagram-gallery-item--cols-7 {
	width: 14.285%;
}

.instagram-gallery-item--cols-7.highlight {
	width: 42.855%;
}

.instagram-gallery-item--cols-8 {
	width: 12.5%;
}

.instagram-gallery-item--cols-8.highlight {
	width: 37.5;
}

.instagram-gallery-item--cols-9 {
	width: 11.111%;
}

.instagram-gallery-item--cols-9.highlight {
	width: 33.333%;
}

.instagram-gallery-item--cols-10 {
	width: 10%;
}

.instagram-gallery-item--cols-10.highlight {
	width: 30%;
}

.instagram-gallery-item--cols-11 {
	width: 9.09%;
}

.instagram-gallery-item--cols-11.highlight {
	width: 27.27%;
}

.instagram-gallery-item--cols-12 {
	width: 8.33%;
}

.instagram-gallery-item--cols-12.highlight {
	width: 33.32%;
}

.instagram-gallery-item--cols-13 {
	width: 7.692%;
}

.instagram-gallery-item--cols-13.highlight {
	width: 30.768%;
}

.instagram-gallery-item--cols-14 {
	width: 7.142%;
}

.instagram-gallery-item--cols-14.highlight {
	width: 28.568%;
}

.instagram-gallery-item--cols-15 {
	width: 6.666%;
}

.instagram-gallery-item--cols-15.highlight {
	width: 26.664%;
}

.instagram-gallery-item--cols-16 {
	width: 6.25%;
}

.instagram-gallery-item--cols-16.highlight {
	width: 31.25%;
}

.instagram-gallery-item--cols-17 {
	width: 5.882%;
}

.instagram-gallery-item--cols-17.highlight {
	width: 29.41%;
}

.instagram-gallery-item--cols-18 {
	width: 5.555%;
}

.instagram-gallery-item--cols-19 {
	width: 5.263%;
}

.instagram-gallery-item--cols-19.highlight {
	width: 33.33%;
}

.instagram-gallery-item--cols-20 {
	width: 5%;
}

.instagram-gallery-item--cols-20.highlight {
	width: 30%;
}

.instagram-gallery-item__wrap {
	width: 100%;
	overflow: hidden;
}

.instagram-gallery-item:hover .instagram-gallery-item__icon--views_count {
	opacity: .8;
	pointer-events: all;
	z-index: 99;
}

.instagram-gallery-item:hover .instagram-gallery-item__icon--views_count:hover {
	opacity: 1;
}

.instagram-gallery-item:hover .instagram-gallery-item__media-mask {
	opacity: 1;
	transition: all .5s ease-out;
}

.instagram-gallery-item:hover .instagram-gallery-item__media-mask--content {
	opacity: 1;
}

.instagram-gallery-square .instagram-gallery-item {
	display: flex;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
}

.instagram-gallery-square .instagram-gallery-item__media-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
}

.instagram-gallery-square .instagram-gallery-item__media {
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.instagram-gallery-list:after {
	content: "";
	display: block;
	clear: both;
}

.instagram-gallery-modal__button-arrow {
	background: none;
	border: none;
	width: auto;
	display: flex;
	align-items: center;
	border-radius: 100%;
	margin: 0;
	font-size: 1.5rem;
	color: #fff;
	opacity: .6;
	text-align: center;
	transition: all .2s;
	cursor: pointer;
}

.instagram-gallery-modal__button-arrow:hover {
	opacity: 1;
}

@media (min-width: 27.0625rem) {
	.instagram-gallery-modal__button-arrow {
		position: absolute;
		padding: 10px;
		font-size: 2rem;
		top: 50vh;
	}
	
	.instagram-gallery-modal__button-arrow:hover {
		background-color: rgba(204, 204, 204, .3);
	}
	
	.qligg-icon-prev {
		left: 10px;
	}
	
	.qligg-icon-next {
		right: 10px;
	}
}

.instagram-gallery-modal__button-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	transition: all .2s;
	cursor: pointer;
}

.instagram-gallery-modal__button-close::before {
	content: "✕";
}

.instagram-gallery-modal__button-close:hover {
	color: #ed4337;
}

.insta-gallery-slider-container {
	position: relative;
}

.insta-gallery-slider {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
}

.insta-gallery__media {
	min-width: 100%;
}

.insta-gallery-slider__button {
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 10px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	color: rgba(255, 255, 255, .6);
	top: 45%;
	opacity: .8;
	font-size: 1.2em;
	transition: .3s ease all;
}

.insta-gallery-slider__button:hover {
	opacity: 1;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
}

.insta-gallery-slider__button--right {
	right: 0;
	margin-right: 5px;
}

.insta-gallery-slider__button--left {
	left: 0;
	margin-left: 5px;
}

.instagram-gallery-modal__media-container {
	background-color: #0b0b0b !important;
	width: 70%;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.instagram-gallery-modal__media {
	max-height: 50vh;
	max-width: 100%;
	object-fit: contain;
	min-height: 100%;
}

.instagram-gallery-modal__spinner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.instagram-gallery-modal__spinner--img {
	max-height: 70vh;
	max-width: 100%;
	object-fit: cover;
	filter: blur(1em);
}

@media (max-width: 48em) {
	.instagram-gallery-modal__media-container {
		width: 100%;
		overflow: visible;
	}
}

.instagram-gallery-modal__media-sidebar {
	display: flex;
	flex-direction: column;
	width: 30%;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	padding: 0;
	overflow: auto;
}

.instagram-gallery-modal__profile {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	width: auto;
	font-weight: bold;
	padding: 20px;
}

.instagram-gallery-modal__profile img {
	border: none;
	width: 48px;
	height: 48px;
	margin-right: 20px;
	border-radius: 40px;
}

.instagram-gallery-modal__profile span {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}

.instagram-gallery-modal__profile a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 13px;
	color: #999;
}

.instagram-gallery-modal__icons {
	padding: 20px;
}

.instagram-gallery-modal__counter, .instagram-gallery-modal__link {
	position: inherit;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #999 !important;
	margin: 0 20px 0 0;
}

.instagram-gallery-modal__counter i, .instagram-gallery-modal__link i {
	vertical-align: middle;
}

.instagram-gallery-modal__counter:hover, .instagram-gallery-modal__link:hover {
	color: #0095f6 !important;
}

.instagram-gallery-modal__media_description {
	margin: 0;
	padding: 20px;
	overflow: auto;
	overflow-wrap: break-word;
	border-top: 1px solid #eee;
}

.instagram-gallery-modal__media_description a {
	text-decoration: none;
	color: #0095f6;
	font-weight: 600;
}

.instagram-gallery-modal__info {
	border-top: 1px solid #eee;
	padding: 20px;
}

.instagram-gallery-modal__likes_count, .instagram-gallery-modal__comments_count, .instagram-gallery-modal__date {
	display: inline-block;
	margin: 0 5px 0px 0;
}

.instagram-gallery-modal__likes_count i, .instagram-gallery-modal__comments_count i, .instagram-gallery-modal__date i {
	margin: 0 4px 0px 0;
	font-weight: bold;
}

.instagram-gallery-modal__date {
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
	float: right;
	position: relative;
	bottom: -1px;
}

@media (max-width: 48em) {
	.instagram-gallery-modal__media-sidebar {
		width: 100%;
	}
	
	.instagram-gallery-modal__media_description {
		width: auto;
	}
}

@keyframes OverlayAnimation {
	from {
		opacity: .2;
	}
	
	to {
		opacity: 1;
	}
}

.instagram-gallery-modal__overlay {
	display: flex;
	position: fixed;
	min-width: 100% !important;
	min-height: 100% !important;
	margin-block-start: 0 !important;
	z-index: 2000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(11, 11, 11, .8);
	transition: all .2s linear;
	animation-name: OverlayAnimation;
	animation-duration: .3s;
	animation-timing-function: linear;
}

@media (max-width: 27em) {
	.instagram-gallery-modal__overlay {
		flex-direction: column;
	}
}

.instagram-gallery-modal {
	z-index: 3000;
	max-width: 60%;
	margin: auto;
	background: none;
	text-align: right;
	transition: all .3s linear;
	animation-name: modal-animation;
	animation-duration: .3s;
	animation-timing-function: ease-in-out;
}

.instagram-gallery-modal__options {
	display: flex;
	justify-content: space-between;
}

.instagram-gallery-modal__options--arrows {
	display: flex;
	flex-direction: row;
	width: 100px;
	justify-content: space-between;
}

.instagram-gallery-modal__body {
	background-color: #fff;
	max-height: 70vh;
	width: 100%;
	overflow: auto;
	margin: auto;
	text-align: left;
	display: flex;
	border-radius: 3px;
}

.instagram-gallery-modal__body--sidebar-left {
	flex-direction: row-reverse;
}

.instagram-gallery-modal__body--sidebar-bottom, .instagram-gallery-modal__body--sidebar-top {
	flex-direction: column;
	max-width: 700px;
}

.instagram-gallery-modal__body--sidebar-bottom section, .instagram-gallery-modal__body--sidebar-top section {
	width: 100%;
}

.instagram-gallery-modal__body--sidebar-bottom .insta-gallery-slider img, .instagram-gallery-modal__body--sidebar-top .insta-gallery-slider img {
	height: 100%;
}

.instagram-gallery-modal__body--sidebar-bottom .instagram-gallery-modal__media-sidebar, .instagram-gallery-modal__body--sidebar-top .instagram-gallery-modal__media-sidebar {
	max-height: 250px;
}

.instagram-gallery-modal__body--sidebar-bottom .instagram-gallery-modal__media_description, .instagram-gallery-modal__body--sidebar-top .instagram-gallery-modal__media_description {
	overflow: unset;
}

.instagram-gallery-modal__body--sidebar-top {
	flex-direction: column-reverse;
}

@media (max-width: 48em) {
	.instagram-gallery-modal {
		max-width: 60vw;
	}
	
	.instagram-gallery-modal__body {
		flex-direction: column;
		overflow-x: hidden;
	}
	
	::-webkit-scrollbar {
		width: 3px;
		height: 3px;
	}
	
	::-webkit-scrollbar-track {
		background-color: rgba(11, 11, 11, .4);
		border-radius: 10px;
	}
	
	::-webkit-scrollbar-thumb {
		background: #016aa7;
		border-radius: 10px;
	}
}

@media (max-width: 27em) {
	.instagram-gallery-modal {
		max-width: 90vw;
	}
}

@keyframes modal-animation {
	from {
		top: -100%;
	}
	
	to {
		top: 50%;
	}
}

.instagram-gallery-list[data-feed_layout=carousel] {
	display: flex;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-next, .instagram-gallery-list[data-feed_layout=carousel] .swiper-button-prev {
	transition: all .3s;
	background: none;
	background: rgba(0, 0, 0, 0);
	top: 0;
	bottom: 0;
	height: 100%;
	margin: 0;
	width: 32px;
	display: flex;
	align-items: center;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-next>i, .instagram-gallery-list[data-feed_layout=carousel] .swiper-button-prev>i {
	text-align: center;
	color: #0095f6;
	width: 32px;
	font-size: 26px;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-next:hover, .instagram-gallery-list[data-feed_layout=carousel] .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .2);
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-prev {
	left: 0;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-next {
	right: 0;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-pagination-bullet-active {
	background-color: #0095f6;
}

.instagram-gallery-list[data-feed_layout=gallery] {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	overflow: hidden;
}

@media screen and (max-width: 1023px)and (min-width: 768px) {
	.instagram-gallery-list[data-feed_layout=masonry] .instagram-gallery-item, .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
		min-width: 33.333%;
	}
}

@media screen and (max-width: 767px) {
	.instagram-gallery-list[data-feed_layout=masonry] .instagram-gallery-item, .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
		min-width: 33.333%;
	}
}

@media screen and (max-width: 480px) {
	.instagram-gallery-list[data-feed_layout=masonry] .instagram-gallery-item, .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
		min-width: 50%;
	}
}

.instagram-gallery__profile {
	width: auto;
	margin: 15px 0;
}

.instagram-gallery__profile, .instagram-gallery__profile .avatar, .instagram-gallery__profile .info {
	height: 46px;
	display: flex;
	align-items: center;
}

.instagram-gallery__profile img {
	border: none;
	width: 46px;
	height: 46px;
	margin-right: 10px;
	border-radius: 60px;
}

.instagram-gallery__profile .avatar {
	margin: 0 10px 0 0;
}

.instagram-gallery__profile .separator, .instagram-gallery__profile .follow, .instagram-gallery__profile .user {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.instagram-gallery__profile .separator {
	color: #000;
	margin-left: 4px;
	margin-right: 4px;
}

.instagram-gallery__profile .follow {
	color: #0095f6;
}

.instagram-gallery__profile .follow:hover {
	color: #000;
}

.instagram-gallery__profile .description {
	line-height: 18px;
	font-size: 12px;
	font-weight: 600;
}

.instagram-gallery__spinner {
	position: relative;
	height: 60px;
	width: 60px;
	margin: auto;
	box-sizing: content-box;
	background-size: 60px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZTJlMmUyIiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiIHRyYW5zZm9ybT0icm90YXRlKDE3OS4yNzMgMjUgMjUpIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVUeXBlPSJ4bWwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDI1IDI1IiB0bz0iMzYwIDI1IDI1IiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9wYXRoPjwvc3ZnPg==");
}

.instagram-gallery-modal__spinner .instagram-gallery__spinner {
	position: absolute;
}

.instagram-gallery__spinner.nitro-lazy {
	background-image: none !important;
}
