/* Add here all your css styles (customizations) */

@media only screen and (min-width: 576px) {
  .big_screen {
    height: 117px;
  }
}



.three_column_min_height{
	height: 600px !important;
}




@media screen and (min-width: 1281px) {

  /*Control the photo at home page*/
  .first-row-img {
    height: 38vh;
    object-fit: cover;
  }
}



@media screen and (max-width: 1280px) {

  /*Control the photo at home page*/
  .first-row-mobile-img {
    height: 33vh;
    object-fit: cover;
  }
}
