@charset "utf-8";
/* CSS Document */

.block-mv-slider {

	min-width: 980px!important;

}

.block-mv-slider .slick-dots {
display: none!important;
}

@media only screen and (max-width: 980px) {
	

.block-mv-slider {

	min-width: 100%!important;

}

}