How could I solve this, I already tried this but it did not work:
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio : 1.5) and (min-width: 1200px) {
.col-lg-6.widescreen {
width: calc(100%/2.05);
}
}
How it's showing:
Howshoulditappear: