@media screen and (max-width:767px){
.myslidbox{
min-height:auto !important;
height:auto !important;
}
.myslidbox ul li img{
height:auto !important;
width:100%;
display: block;
}
}
@media screen and (max-width:1024px){
.myslidbox{
min-height:auto !important;
height:auto !important;
}
.myslidbox ul li img{
height:auto !important;
width:100%;
display: block;
}
}