.plugin_gorsel_slider .carousel-inner .carousel-item {
    width: 100%;
    height: 90vh;
    
}
.pointer{
	cursor:pointer;
}
.plugin_gorsel_slider .text-shadow{
text-shadow: 3px 3px 2px rgba(0,0,0,0.6);
}

@media screen and (orientation:portrait) { 
.plugin_gorsel_slider  .carousel-caption{
	position:absolute;
	bottom:5%!important;
	left:10%; 
}
}
@media screen and (orientation:landscape) {
.plugin_gorsel_slider  .carousel-caption{
	position:absolute;
	bottom:5%!important;
	left:10%; 
}
	
}