.slide{
    width:100%;
    min-height:50px;
    margin: 2% auto;
    border-radius: .5em;
    position: relative;
	margin-bottom:2px;
}
 
.slide img{
    width: 100%;
    height: auto;
    position: absolute;
}
 
.slide .img2, .slide .img3 {
    display: none;
}

figure{
    margin: 0;
}
@media screen and (max-width: 480px) {
.slide{
    width:100%;
    height:250px;
    margin: 2% auto;
    border-radius: .5em;
    position: relative;
	margin-bottom:10px;
}
 
.slide img{
    width: 100%;
    height: auto;
    position: absolute;
}
 
.slide .img2, .slide .img3 {
    display: none;
}

figure{
    margin: 0;
}
}
@media screen and (max-width: 480px) {
 .slide{
    width:100%;
    height:350px;
    margin: 2% auto;
    border-radius: .5em;
    position: relative;
	margin-bottom:10px;
}
 
.slide img{
    width: 100%;
    height: auto;
    position: absolute;
}
 
.slide .img2, .slide .img3 {
    display: none;
}

figure{
    margin: 0;
}
}