li .social-media__item:hover img {    
filter: invert(39%) sepia(95%) saturate(538%) hue-rotate(343deg) brightness(106%) contrast(105%);
} 

.instagram_container {
				width: 100%;
				margin: 0 auto;
				display: flex;
			}
			
			.page-title {
				display: flex;
				align-items: center;
			}

			.instagram-post-card {

				width: 23%;
				border: 1px solid grey;
				margin-right: 10px;
				margin-bottom: 10px;
				border-radius: 5px;
				position:relative;
			}
			
			.instagram-link {
				text-decoration: none;
				color: unset;
			}
			
			.instagram-post-card:last-child {
				margin-right: 0;
			}

			.image {
				width: 100%;
				height:210px;
			}

			.image img {
				width: 100%; 
				height:210px;
				object-fit: fill;
			}
			.video {
				width: 100%;
				max-height:210px;
				height:fit-content;
			}
			.video video {
				width: 100%;
				height:210px;
				object-fit: fill;
			}
 
			.PostTime { 
				margin: 10px;
				font-weight: bold; 
				color: #fff;
			}
			.Caption  {
				margin: 5px 10px; 
				color: #fff;
				text-align: center; 
				padding: 5px 0; 
				font-size: 0.75rem;
				height:150px;
				overflow:hidden;
			}
			.HidePart {
				visibility: hidden;
				background-color: black;
				color: #fff;
				opacity: 0.7;
				position:absolute;
				top:0px;
				width: 100%;
				Height:100%;
			}
			
			.instagram-post-card:hover .HidePart{
			  visibility: visible;   
			}  			
			.HomeInstarte h2{
			padding-top:4%;
			padding-bottom:4%;
			}
@media only screen and (max-width: 1100px) 
			{
			.HomeInstarte{
                             //margin-left:10%;
                             //margin-right:10%;
                             margin-left:6%;
                             margin-right:2%;
                                     }	
}	
@media only screen and (max-width: 1100px) and (min-width: 601px)
			{
			.insta-share-tags{
                             margin-left:25% !important; 
                                     }	
}
 		
@media only screen and (max-width: 600px) 
			{
				.instagram-post-card{
				margin-bottom:20px !important;
				}
				.instagram_container{
				padding-left:14%;
				}
				 .column{
				float: left;
				width: 80% !important;
				//width: 100% !important;
				}
				.video video{
				height:240px !important; 
				}
				.image img{
				height:240px !important; 
				}
			.video { 
				max-height:240px; 
			}
			.image { 
				height:240px;
			}
				.insta-share-tags
				{margin-left:10% !important;}
				.insta-share-tags span
				{text-align: center;
				display:block;
				padding-right:15% !important;
				}
				.follow-us__title 
				{text-align: left!important;
    				padding-left: 10% !important;}
				.follow-us__title span 
				{text-align: center;
				display:block;
				padding-right:16% !important;}
			}
			.row:after {
			  content: "";
			  display: flex;
			  clear: both;
			}
			.column{
			float: left;
			width: 23%;
			}