#create-post {
  z-index: 1001;
  position: fixed;
  width: 100%;
  min-height: calc(100vh-56px);/*min-height and top can be changed value to make the create post scrillable*/
  overflow-y: scroll;
  bottom: 0;
  top: 56px;/*min-height and top can be changed value to make the create post scrillable*/
  background: white;
  text-align: center;
  transform: translateY(100vh);
  transition: transform 0.5s;
}

/*Styles for create post page*/
#create-post video, #create-post canvas{
  width : 512px;
  max-width : 100%;
  display: none;
  margin: auto;
}

#create-post #pick-image{ /*Image picker */
display: none;
}

#create-post #capture-btn{ /*Button for taking picture */
margin : 15px auto;
}

#alert{ /*Button to alert users about pictures*/
  display:none;
  width:70%;
  text-align: center;
  margin : 1% auto;
  font-size:0.5em;
  opacity: 0.3;
}

.mdl-spinner{ /*Spinner to show loading processs of fetching location */
  margin: auto;
}

.main-image { /*Main canvas of Image */
  max-width: 100%;
  margin: auto;
  display: block;
}

/*Styles for create post page*/

.floating-button {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
}

.input-section {
  display: block;
  margin: 10px auto;
}

.shared-moment-card.mdl-card {
  margin: 5% auto;
}

/* @media (min-width : 1000px){
  .shared-moment-card{
    width: 30%;
    float: left;
  }

.shared-moment-card.mdl-card {
    margin: 1.66%;
  }
} */


@media (min-width : 1000px){
  .shared-moment-card{
    width: 50%;
  }

.shared-moment-card.mdl-card {
    margin: 4% auto;
  }
}