
/* Make the image fully responsive */
@media (min-width:768px){
  .carousel-image{
    height: 600px;
  }
  
}


