/****Start yostcss*****/
.yostright {
    float: right;
}


.box-shado {
    background: rgb(238, 238, 238);
    width: 200px;
    padding: 10px;
    box-shadow: 5px 5px 10px 2px #333333;
    -webkit-box-shadow: 5px 5px 10px 2px #333333;
    -moz-box-shadow: 5px 5px 10px 2px #333333;
}.duecol, .trecol, .quattrocol {
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.duecol {
	margin: 0 -15px;
}
.trecol {
	margin: 0 -10px;
}
.quattrocol {
	margin: 0 -5px;
}
.duecol .ycol1 {
	width: 50%;
}
.duecol .ycol1 .col{
	margin: 0 15px 30px;
	padding: 0;
}
.trecol .ycol1 {
	width: 33.33%;
}
.trecol .ycol1 .col{
	margin: 0 10px 30px;
	padding: 0;
}
.quattrocol .ycol1 {
	width: 25%;
}
.quattrocol .ycol1 .col{
	margin: 0 5px 30px;
	padding: 0;
}
.duecol.grid-right, .duecol.grid-left{
	display: block;
}
.duecol.grid-right:after, .duecol.grid-left:after {
	content: '';
	display: block;
	clear: both;
}
.duecol.grid-right .ycol1, .duecol.grid-left .ycol1 {
	float: left;
}
/* .duecol.grid-right .col, .duecol.grid-left .col {
	padding: 40% 0 0;
    height: 0;
    margin: 0;
    background: transparent;
    position: relative;
} */
/* .duecol.grid-right .ycol1:first-child .col {
	padding: 80% 0 0;
} */
.duecol.grid-left .ycol1:nth-child(3) {
	width: 100%;
}
/* .duecol.grid-left .ycol1:nth-child(2) .col {
	padding: 80% 0 0;
} */
/* .duecol.grid-right .col .item, .duecol.grid-left .col .item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 15px 30px;
	overflow: hidden;
} */
 
@media screen and (max-width:960px){
	.quattrocol .ycol1, .trecol .ycol1 {
		width: 50%;
	}
}	
@media screen and (max-width:768px){	
	.duecol, .trecol, .quattrocol {
		display: block;
		margin: 0;
	}
	.duecol .ycol1, .trecol .ycol1, .quattrocol	.ycol1{
	width: 100%;
	max-width: initial;
	margin: auto;
}
.ycol1 .col {
    margin: 0 0 30px!important;
}
	.duecol.grid-right .ycol1, .duecol.grid-left .ycol1,
	.duecol.grid-left .ycol1:nth-child(3) {
		float: none;
	}
/* 	.duecol.grid-right .col, .duecol.grid-left .col {
		padding: 80% 0 0;
	} */
}
/****FIne Start yostcss*****/