.omh-follow-section .omh-follow-heading, 
.editor-styles-wrapper .omh-follow-section .omh-follow-heading {
	font-size: var(--wp--preset--font-size--xl);
	border: 3px solid;
	padding: 20px;
	text-align: center;
	max-width: 1120px;
}

.omh-follow-section .omh-section-inner-wrap,
.editor-styles-wrapper .omh-follow-section .omh-section-inner-wrap {
	width: auto;
}

.omh-follow-section .omh-follow-text,
.editor-styles-wrapper .omh-follow-section .omh-follow-text {
	max-width: 1120px;
}

.omh-follow-section .omh-follow-text p, 
.editor-styles-wrapper .omh-follow-section .omh-follow-text p {
	font-size: var(--wp--preset--font-size--m);
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.omh-section.omh-follow-section, 
.editor-styles-wrapper .omh-section.omh-follow-section {
	text-align: center;
	padding: 3vw 0px;
}

.omh-follow-section .omh-follow-div, 
.editor-styles-wrapper .omh-follow-section .omh-follow-div {
	align-items: center;
	text-align: center;
	flex-direction: column;
	display: flex;
	justify-content: space-around;
	width: auto;
	padding: 20px;
}

.omh-follow-section .omh-ig-feed, 
.editor-styles-wrapper .omh-follow-section .omh-ig-feed {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	width: 100%
}

.omh-follow-section .omhig-feed {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    padding: 12px 0;
	gap: 10px;
}

.omh-follow-section .ig-feed-item {
	display: inline-block;
    width: 100%;
    vertical-align: top;
    zoom: 1;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.omh-follow-section .ig-feed-item:hover {
	opacity: 0.85;
}

.omh-follow-section .ig-feed-item-wrap {
	position: relative;
}

.omh-follow-section .ig-feed-item img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    scale: 1;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    vertical-align: middle;
}

.omh-follow-section .no-ig-data {
    background-color: rgb(255, 236, 236);
    padding: 10px 20px;
    border-radius: var(--wp--custom--radius-m);
    margin-bottom: 15px;
	font-style: italic;
	max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 767px) {
	.wp-block-omht-instagram-feed .omhig-feed {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 479px) {
	.wp-block-omht-instagram-feed .omhig-feed {
		grid-template-columns: 1fr;
	}
}
