#smi {
	background-image: url(../img/smi-bg.jpg);
}

/* block blocksmi start */

 #blocksmi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

#blocksmi .swiper-slide .figcaption {
	width: 100%;
}
#blocksmi .swiper-wrapper .swiper-slide span,
#blocksmi .figure .figcaption time {
	font-family: "Lato Regular",  "Helvetica", sans-serif;
}
#blocksmi .figure .figcaption h4 {
	font-family: "Lato Light",  "Helvetica", sans-serif;
}
#blocksmi .swiper-container {
	min-height: 100vw;
}
#blocksmi .swiper-container {
	background: none;
}
#blocksmi .smi {
	margin-bottom: 3vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	align-content: flex-start;
	width: 24%;
    border: thin solid #0B63AB;
    border-radius: 1em;
    overflow: hidden;
}
/* #blocksmi .smi + .pagination {
    display: none;
} */
#blocksmi .smi .fr-smi-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1em;
    height: 15vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#blocksmi .smi .fr-smi-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
}
#blocksmi .smi .fr-smi-img img {
	width: auto;
	min-width: 130%;
    height: auto;
    margin-left: -5%;
    margin-top: -15%;
}
#blocksmi .smi time {
    color: #056FA9;
    /* font: 0.8vw "GothamXNarrow LightItalic"; */
    font-size: 0.8vw;
}
#blocksmi .smi h5 a {
    margin: 1% auto ;
    color: #056FA9;
    text-transform: uppercase;
    font: 1vw "Lato Bold",  "Helvetica", sans-serif;
}
#blocksmi .smi p {
    width: 100%;
    color: #3F8CCA;
    margin: 0%;
    font-size: 1vw;
}
#blocksmi .smi a.hvr-float-shadow {
	padding: 0.3vw 0.5vw 0.2vw;
	text-transform: uppercase;
	position: absolute;
	bottom: 4%;
    border-radius: 1em;
    border: thin solid #056FA9;
    color: #056FA9;
    font-size: 0.8vw;
}
#blocksmi .smi .fr-smi-img {
    width: 100%;
    overflow: hidden;
    border-radius: 1em;
    height: 15vw;
}
#blocksmi .wrapper-text {
    width: 100%;
    padding: 3%;
    padding-bottom: 40px;
    height: 12vw;
    position: relative;
}
#blocksmi .wrapper-text h5 {
    margin: 0;
}
#smi + .main > h2 {
	text-align: center;
	font-size: 2.2vw;
    text-align: center;
    text-transform: uppercase;
}
/* block blocksmi end */

@media screen and (max-width: 992px) {
    #blocksmi .wrapper-text {
        height: 13vw;
    }
}


@media screen and (max-width:767px) {
	#blocksmi .smi {
		width: 48%;
	}

	#blocksmi .smi p {
		font-size:1.2vw;
    }
    #blocksmi .smi .fr-smi-img {
        height: 30vw;
    }
    #blocksmi .wrapper-text {
        height: 21vw;
    }
    #blocksmi .smi time {
        font-size: 1.8vw;
    }
    #blocksmi .smi h5 a {
        font-size: 2vw;
    }
    #blocksmi .smi p {
        font-size: 1.8vw;
    }
    #blocksmi .smi a.hvr-float-shadow {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 600px) {
    #blocksmi .wrapper-text {
        height: 25vw;
    }
}

@media screen and (max-width: 420px) {
	#blocksmi .smi {
		width: 100%;
    }
    #blocksmi .smi .fr-smi-img {
        height: 60vw;
    }
    #blocksmi .wrapper-text {
        height: auto;
    }
    #blocksmi .smi time {
        font-size: 16px;
    }
    #blocksmi .smi h5 a {
        font-size: 20px;
    }
    #blocksmi .smi p {
        font-size: 18px;
    }
    #blocksmi .smi a.hvr-float-shadow {
        position: relative;
        margin-top: 10px;
        padding: 5px 10px 2px;
        font-size: 16px;
    }
}

