@charset "utf-8";



.monitor-extra header {
	position: relative;
    width: 100%;
	background-image: url(../images/bg-01.jpg);
	max-height: 400px;
	background-size: cover;
	background-position: center;
}
.monitor-extra header:after {
	content: '';
	display: block;
	padding-top: 56.25%;
	max-height: 400px;
}
.monitor-extra .img-wrapper {
	background-image: url(../images/french.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.monitor-extra.french h2 span {
    display: block;
    font-size: 80%;
    margin: 0 0 .2em;
}
.monitor-extra.french .circle {
	display: none;
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width:769px) {
	.monitor-extra.french .circle {
	    position: absolute;
	    bottom: -18px;
	    right: 5em;
	    width: 130px;
	    height: 130px;
	    border-radius: 50%;
	    background-color: #f78d1c;
	    text-align: center;
	    padding: .6em 0 0 0;
	    font-weight: bold;
	    font-size: 2em;
	    line-height: 1.2;
	    border: 2px dashed #fff;
	    box-shadow: 0 0 0 4px #f78d1c;
	    color: #fff;
	}
}

/* - ## x >= 1025px / 64.0625em lg
 ------------------------------------------------------------ */
@media screen and (min-width:1025px) {
     .monitor-extra [class*=details-]:nth-of-type(odd) {
     	border-right: 1px dotted #ccc;
     }
}