/* M30 — Social Feed (shortcode container) — WKN-Wohnbau Child */

section.m30_social_feed .m30_header {
	text-align: center;
}

section.m30_social_feed .m30_feed > *{
	padding: 0 !important;
}

section.m30_social_feed #sbi_images {
	padding: 0px !important;
}

section.m30_social_feed #sbi_images .sbi_item {
	opacity: 1;
}

section.m30_social_feed .sbi_lightbox_carousel_icon,
section.m30_social_feed .sbi_playbtn {
	width: 22px !important;
    min-width: 22px !important;
	height: 22px !important;
    min-height: 22px !important;

    color: #fff !important;

    margin: 0 !important;
    top: 12px !important;
	right: 12px !important;
    left: auto !important;
}

section.m30_social_feed .sbi_photo {
	opacity: 1 !important;
	overflow: hidden;
}

section.m30_social_feed .sbi_photo img {
	transition: transform .4s;
}

section.m30_social_feed .sbi_photo:hover img {
	transform: scale(1.04);
}

section.m30_social_feed .sbi_photo svg,
section.m30_social_feed .sbi_photo svg * {
	color: #fff !important;
}

@media screen and (max-width: 991px) {
	section.m30_social_feed #sbi_images {
		gap: 22px !important;
	}

	section.m30_social_feed #sb_instagram.sbi_col_4 #sbi_images, 
	section.m30_social_feed #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 399px) {
	section.m30_social_feed #sb_instagram.sbi_col_4 #sbi_images, 
	section.m30_social_feed #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
		grid-template-columns: repeat(1, 1fr);
	}
}