@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .wrapper {
        width: 100% !important;
    }
}