@charset "UTF-8";
/* CSS Document */


@media (min-width: 767px){
.banner .item {
    height: 427px!important;
}
	.slider-btn {
    bottom: 38%!important;
}
}
@media (min-width: 1199px){
.banner .item {
    height: 566px!important;
}
	.slider-btn {
    bottom: 42%!important;
}
}

@media (max-width: 767px){
.slider-btn {
    bottom: 38%!important;
}
}
