xxxxxxxxxx
/**
* The em unit can be replaced with other units like
* px, %, vmin, vmax e.t.c.
*/
.selector {
width: 90em; /* Occupy 30em of the parent container */
}
xxxxxxxxxx
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
/* STYLES HERE */
}