#create-post {
    z-index: 1001;
    position: fixed;
    width: 100%;
    min-height: (100vh - 56px);
    overflow-y: scroll;
    bottom: 0;
    top: 56px;
    background: white;
    text-align: center;
    /* display: none; */
    transform: translateY(100vh);
    transition: transform 0.3s;
  }
  
  #create-post video, #create-post canvas {
    width: 512px;
    max-width: 100%;
    display: none;
    margin: auto;
  }
  
  #create-post #pick-image {
    display: none;
  }
  
  #create-post #create-btn {
    margin: 10px auto;
  }
  
  #create-post #retake-btn {
    display: none;
  }

  .mdl-spinner {
    margin: auto;
  }
  
  .main-image {
    max-width: 100%;
    margin: auto;
    display: block;
  }

  .floating-button {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 30px;
  }
  
  .input-section {
    display: block;
    margin: 10px auto;
  }