/* Reset CSS */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	background: linear-gradient(45deg, #fff, #fff);
	padding: 0px;
}

/**/
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

.img_full {
	width: 100%;
	height: 100%;
}


/* Main CSS */
.grid-wrapper > div {
	display: flex;
	justify-content: right;
	align-items: right; width: 100%;
}

.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 3px;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	grid-auto-rows: 170px;
	grid-auto-flow: dense; 
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}


#img_icon {
    height: 30px;
    width: 100%;
    float: right;
	z-index: 100;
	position:absolute;
	top: 5px; 
	z-index:0;
}

#img_text {
    height: 20px;
    width: 100%;
    float: center;
	z-index: 100;
	position:absolute;
	top: 55%; 
	z-index:0;
}


#img_text_B {
    height: 50px;
    width: 100%;
    float: center;
	z-index: 100;
	position:absolute;
	top: 45px; 
	z-index:0;
}

.post_inf {
height: 100%;
width: 100%;
position: relative;


}


