@media(max-width: 768px) {
	.section-watch-configure .tabs-head .tabs-ul {
		width: 100%;
		justify-content: space-between;
	}
	.section-watch-configure .tabs-head .tabs-ul li {
		margin: 0;
		padding: 0 3px;
		width: 20%;
	}
	.section-watch-configure .tabs-head .tabs-ul li p,
	.section-watch-configure .tabs-footer .config-slider-nav .item p {
		font-size: 10px;
	}
	.section-watch-configure .tabs-head .tabs-ul li img {
		height: 48px;
		width: 48px;
	}
	.section-watch-configure .tabs-body .btn-arrow {
		display: none;
	}
	.section-watch-configure .tabs-body {
		height: auto;
	}
	.section-watch-configure .tabs-body:before {
		content: '';
		display: block;
		padding-bottom: 100%;
		width: 100%;
	}
	.section-watch-configure .tabs-footer {
		margin-bottom: 30px;
	}
	.section-watch-configure .tabs-footer .config-slider-nav .inner {
		margin: 0 4px;
		padding: 5px;
	}
	.section-watches .container h1 {
		font-size: 24px;
	}
	.section-watches .container .wrapper .item h6 {
		font-size: 14px;
	}
	.section-watches .container .wrapper .item p {
		font-size: 14px;
	}
}