/* Reset CSS */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	padding: 10px;
}

/**/
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: 10px;
	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: 80%;
    width: 10%;
    float: center;
	z-index: 100;
	position:absolute;
	top: 5%; 
	z-index:0;
	right:15px;
}

#img_text_A {
    height: 20%;
    width: 100%;
    float: center;
	position:absolute;
	top: 80%; 
	z-index:10;
	right:15px;
}

#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;


}


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

#img_icon_page_small {
    height: 30px;
    width: 90%;
    float: right;
	z-index: 100;
	position:absolute;
	top: 70%; 
	z-index:0;
	left: 10px;
}