
* {
  /*box-sizing: border-box;*/
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 200px; /*25%;*/
  height: 202px;
  position: relative;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(0,0,0,0);
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  /*font-size: 19px;
  font-weight: bold;*/
  top: 10px;
  right: 50%;
  border-width: 2px;
  border-color: white;
  border-style: solid;
  border-radius: 20px;
  transform: translate(303px,75px);
  z-index: 100;
  background-color: black;
  width: 20px;
  height: 20px;
  margin: auto;
  text-align: center;
  opacity: 0.9;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 9px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}





.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  /*position: absolute;
  top: 0;
  color: #f2f2f2;*/
  font-size: 12px;
  padding: 8px 12px;
  
  
  position: relative;
  margin-top: -32px;
}
.numbertext:before{
	content: "\25B6";
	margin-right: 12px;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
  width:100px; /* 100%*/
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.iFrameYTBx{
	margin: auto;
	width: 560px;
}
.iFrameYT{	
	width: 560px;
	height: 315px;
	border-bottom-color: white;
    border-width: 5px 5px 30px 5px;
    background-color: white;
    border-radius: 2px;
    border-style: solid;
    border-image: none;
    border-color: white;
}

.captionYouTube{
	text-align: center;
    margin: 5px;
}

.lienYtHover{
	background-image:url('/img/youTubeGris.png');
	background-repeat: no-repeat;
	background-position: 50%;
	height: 100%;
	width: 100%;
	position: absolute;   
	transition: .5s ease;
	    cursor: pointer;
	/*opacity: 0.2;*/
}
.column:hover .lienYtHover{
	/*opacity:1;*/
	background-image:url('/img/youTube.png');
}

.column:hover .lienYt {
  /*opacity: 0.9;*/
}


.column:hover img {
  /*opacity: 0.9;*/
}

.lienYtHover{
  transition: .5s ease;
  /*opacity: 0;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  text-align: center;
}