﻿ControlsSection {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  padding-right: 100px;
  padding-bottom: 64px;
  
  > InputGlyph {
    width: 48px;
    height: 48px;
  }
}