/* EXAMPLES */
/* Extra small devices (phones, 600px and down) */
/* @media only screen and (max-width: 600px) {...} */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {...} */
/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {...} */
/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {...} */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {...} */
/* ACTUAL */
@media only screen and (max-width: 600px) {
  #mvf-productdescr {
    margin: 2em 0 1em 0 !important;
  }
  div#mvf-beancandisplay.w3-cell-row {
    width: 80% !important;
    margin: 6em auto 0 auto !important;
  }
}
@media only screen and (min-width: 601px) {
  #mvf-productdescr { margin: 12em 0 1em 0 !important; }
  div#mvf-beancandisplay.w3-cell-row {
    margin: 6em auto 0 auto !important;
  }
}
@media only screen and (min-width: 992px) {
  #mvf-productdescr { margin: 13em 0 1em 0 !important; }
  div#mvf-beancandisplay.w3-cell-row {
    margin: 7em auto 0 auto !important;
  }
}
@media only screen and (min-width: 1100px) {
  div#mvf-beancandisplay.w3-cell-row {
    margin: 7em auto 0 auto !important;
  }
}
@media only screen and (min-width: 1200px) {
  #mvf-productdescr { margin: 14em 0 1em 0 !important; }
  div#mvf-beancandisplay.w3-cell-row {
    margin: 9em auto 0 auto !important;
  }
}
@media only screen and (min-width: 1250px) {
  #mvf-productdescr { margin: 15em 0 1em 0 !important; }
  div#mvf-beancandisplay.w3-cell-row {
    margin: 10em auto 0 auto !important;
  }
}
@media only screen and (min-width: 1300px) {
  #mvf-productdescr { margin: 17em 0 1em 0 !important; }
  div#mvf-beancandisplay.w3-cell-row {
    margin: 11em auto 0 auto !important;
  }
}
@media only screen and (min-width: 1350px) {
  #mvf-productdescr { margin: 18em 0 1em 0 !important; }
  div#mvf-beancandisplay.w3-cell-row {
    margin: 12em auto 0 auto !important;
  }
}
@media only screen and (min-width: 1400px) {
  #mvf-productdescr { margin: 19em 0 1em 0 !important; }
  div#mvf-beancandisplay.w3-cell-row {
    margin: 13em auto 0 auto !important;
  }
}
@media only screen and (min-width: 1450px) {
  #mvf-productdescr { margin: 20em 0 1em 0 !important; }
  div#mvf-beancandisplay.w3-cell-row {
    margin: 14em auto 0 auto !important;
  }
}
@media only screen and (min-width: 1500px) {
  #mvf-productdescr { margin: 21em 0 1em 0 !important; }
  div#mvf-beancandisplay.w3-cell-row {
    margin: 15em auto 0 auto !important;
  }
}
@media only screen and (min-width: 1550px) {
  #mvf-productdescr { margin: 22em 0 1em 0 !important; }
  div#mvf-beancandisplay.w3-cell-row {
    margin: 16em auto 0 auto !important;
  }
}
