#myFlipper {
  width: 255px;
  margin: 0 auto;
  text-align: center; }
  #myFlipper .jqf-el {
    background-color: #444; }
    #myFlipper .jqf-el .jqf-front .front__content *:not(img) {
      padding: 2em 1em; }
    #myFlipper .jqf-el .jqf-back .back__content {
      margin-top: 1.5em;
      padding: 2em;
      width: 100%;
      color: #eee; }

@media (max-width: 480px) {
  #myFlipper {
    width: 100%; }
    #myFlipper .back__content {
      font-size: 80%; } }

