
#libdesthesslider {
    position: relative;
    width: 70%;
    left: 30%;
    background-color: white;
    border-top: 20px solid white;
    border-bottom: 20px solid white;
}
#libdesthesslider .MS-content {
	overflow: hidden;
	white-space: nowrap;
}
@media only screen and (max-width: 976px) {
    /*width: 60%;
    left: 20%;*/
}
@media only screen
and (min-device-width : 390px)
and (max-device-width : 844px)
and (orientation : portrait) {
    #libdesthesslider {
        width: 100%;
        left: 0;
        top: 2em;
        /*border: 1px solid red;*/
    }
    #libdesthesslider .MS-content .item:nth-child(1) {
        margin-bottom: 2em;
    }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
    #libdesthesslider {
        width: 100%;
        left: 0;
        top: 2em;
    }
    #libdesthesslider .MS-content {
        white-space: normal;
    }
}
#libdesthesslider .MS-content .item {
	display: inline-block;
	position: relative;
    vertical-align: top;
    overflow: hidden;
	height: 100%;
	width: 100%;
}
#libdesthesslider .MS-content .item img {
	float: right;
	width: 44%;
    margin-top: 1em;
    margin-left: 4%;
    padding-right: 2%;
    padding-bottom: 1em;
}
#libdesthesslider .MS-content .edito-content {
	margin-left: 0;
	width: 46%;
    margin-top: 1em;
	padding: 0 2%;
	white-space: normal;
}
#libdesthesslider .MS-controls button {
    font-family: 'Source Code Pro', monospace;
    position: absolute;
    border: none;
    color: white;
    background: transparent;
    font-size: 4rem;
    outline: 0;
    top: 5rem;
}
#libdesthesslider .MS-controls button:hover {
    cursor: pointer;
}
#libdesthesslider .MS-controls .MS-left {
    left: -7%;
}
#libdesthesslider .MS-controls .MS-right {
    left: 101%;
}
