
.video-wrapper {
	margin-top: 330px;
	overflow: hidden;
	width: 100%;
}

/* Responsive */
@media only screen and (max-width: 768px){
	.video-wrapper {
		overflow: hidden;
		width: 100%;
	}
}
@media only screen and (max-width: 480px){
	.video-wrapper {
		margin-top: 150px;
		overflow: hidden;
		width: 100%;
	}
	.video-overlay{
		width: 230px;
	}
	.video-wrapper .etkinlik_adi{
		position: absolute;
		color: #fff; 
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.6);
		width: 230px;
		text-align: center;
		font-family: Arial;
		font-size: 12px;
		top: 17px;
		padding: 2px 0 2px 0;
		border-top: 1px solid #fff;
	}
	.video-wrapper .etkinlik_aciklama{
		display: none;
	}
	.small-video-row{
		width: 310px;
		left: 25px;
	}
}


.small-video-row {
  padding: 60px 0px;
}

.slick-slide {
  transition: ease-in-out all .15s ease;
  transform: scale(1, 1);
  background-color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slick-current {
  transform: scale(1.25, 1.25);
  transition: ease-in-out all .15s ease;
  z-index: 2;
  overflow:hidden;
}

.slick-current:hover {
  cursor: pointer;
}

.video-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  position: absolute;
  width: 100%;
}

.slick-current .video-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.small-video-text {
	color:#fff; 
	float: left;
	padding: 10px;
	width: 230px;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}


.slick-slide img {
    display: block;
    width: 100%;
	float: left;
}

/************** Custom overflow ********/

.slick-list {
    overflow: visible; 
}

.slide-title{
	position: absolute;
	color: #fff; 
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.6);
	width: 230px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}
















