/*
Project: 15-17_1-39
Author:  Richy Thomas
Date: 09/03/17
*/

 #video-container {
  margin-bottom: 20px;
 }

 .img-container {
  margin-bottom: 20px;
  border: 1px solid #CCC;
 }

 .text-input {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}


/* Tablet */
@media(min-width: 768px){

  .text-input {
    min-height: 140px;
  }


}


/* Desktop */
@media(min-width:992px){

  .text-input {
    min-height: 190px;
  }

}


/* Large Desktop */
@media(min-width:1200px){

  .text-input {
    min-height: 234px;
  }

}