// Mobile Styles for the Farm Designer

@media screen and (max-width: 767px) {
  .farm-designer-right {
    display: none;
  }
  .farm-designer-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
