.aqualike .outro .info.col-md-8,.aqualike .outro .info.col-xs-12{

	width:100%!important;
	padding:0%!important;

}   
             
 .Instagram .container  {
	 position: relative;
	 width: 100%!important;
	 display:block;
	 margin:0 auto;
}




 .Instagram .container .feed {
	 line-height: 0;
	 width: 100%;
	 display:inline-block;
}
 .Instagram .container .feed .item {
	 display: inline-block;
	 position: relative;
	 width: 33.3%;
	 height:100%;
	 margin:0;
	 line-height: 0;
	 max-height: 245px;
	 overflow:hidden;
	 background-size: cover !important;
     background-position: center!important;
}

 .Instagram .container .feed a.item .instafeed-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: all .2s linear;
    background:url('/media/ajgl23nq/transpblack25.png')repeat;
    z-index:3;
}

 .Instagram .container .feed .item img.instagramIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    visibility: inherit!important;
    max-width: 30px;
    max-height: 30px;
}

 .Instagram .container .feed a.item:hover .instafeed-overlay {
    opacity: 1;
    transition: all .2s linear;
}

 .Instagram .container .feed .item .loader-container {
	 z-index: 1;
}
 .Instagram .container .feed .item img {
	 width: 100%;
	 position: relative;
	 z-index: 2;
	 visibility: hidden;
}

 .Instagram .container .feed .item video {
	 width: 100%!important;
	 height:100%!important;
	 z-index: 2;
}
 .Instagram .container .feed .item h5 {
	 font-family: "TradeGothic", Helvetica, sans-serif;
	 font-weight: bold;
	 color: white;
	 text-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
	 position: absolute;
	 bottom: 10px;
	 left: 10px;
	 z-index: 3;
}

 .Instagram a {
	 cursor: pointer;
}
 .Instagram .showMore {
	display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
	padding-bottom: 60px;
}

@media (min-width:501px) and (max-width:1800px){
	
	
	
	 .Instagram .container .feed .item {
		 min-height:inherit;
	}
	
	
}

@media (min-width:0px) and (max-width:767px){	
	
	 .Instagram .container .feed .item{
	     width:50%;
	     max-height: 200px;
	     float:left;
	 }
}

@media (min-width:0px) and (max-width:500px){	
	
	 .Instagram .container .feed .item {
		min-height:inherit;		 
		width: 100%;
		max-height: 300px;
	}
	
	
}







        