.column.column-secondary .content {
  padding-bottom: 0rem;
}
.column.column-tertiary {
  float: right;
}
.column.column-tertiary .content {
  padding-top: 0rem;
  padding-bottom: 15rem;
}
@media (min-width: 480px) and (max-width: 649px),(min-width: 1px) and (max-width: 479px),only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape),only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .column.column-tertiary {
    clear: both;
    float: left;
    width: 100%;
  }
}
@media (min-width: 650px) and (max-width: 949px),only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .column.column-tertiary {
    clear: both;
    float: left;
    width: -webkit-calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
}
