#visul{
	position: relative;
    width: 100%;
    height: 100vh;
}
#banner{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    overflow: hidden;
}
#banner div{
	width: 100%;
    height: 100%;
    margin: 0;
}
#banner .banner-class .slick-slide a{
	display:block;
	width:100%;
	height:100%;
	background-position: 50% 50%;
	background-size: cover;
}
#banner .banner-class .slick-slide a img{
	width:100%;
	height:100%;
}
@media screen and (max-width: 980px) {
	#visul{
	    height: auto;	
		margin-top: 99px;
	}
	#banner{
		height: auto;
		position: relative;		
	}
}
@media screen and (max-width: 480px) {
	#banner .banner-class .slick-slide a img{
	    padding: 50px 0;	
	}
}