@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
.wrapper {
width:100%;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
.wrapper {
width:100%;
}
}