/*!
 * Start Bootstrap - Half Slider (https://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 60vh;
  min-height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




.climg1 {
  width: 100%;
  background-image: url("../images/cl01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.climg1:after{
  content: "";
  display: block;
  padding-top:50%; 
}


@media screen and (max-width:800px){
  .climg1 {
    background-image: url("../images/cl01-2.jpg");
	  height: 30vh;
  }
}

.climg2 {
  width: 100%;
  background-image: url("../images/cl02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.climg2:after{
  content: "";
  display: block;
  padding-top:50%; 
}
@media screen and (max-width:800px){
  .climg2 {
    background-image: url("../images/cl02-2.jpg");
	  height: 30vh;
  }
}

.climg3 {
  width: 100%;
  background-image: url("../images/cl03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.climg3:after{
  content: "";
  display: block;
  padding-top:50%; 
}
@media screen and (max-width:800px){
  .climg3 {
    background-image: url("../images/cl03-2.jpg");
	  height: 30vh;
  }
}


/*@media only screen and (max-width: 780px) {.carousel-item {
	height: 30vh;}}
	
.cl-pc { display: cover; }
.cl-sp { display: none; }
@media only screen and (max-width: 780px) {
  .cl-pc { display: none; }
  .cl-sp { display: block; }
}*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (max-width: 959px) {
  .d-block w-100 {background-image: url("../images/cl01-2.jpg");
	 background-size: cover;
    background-position: 50% 0;}
}

