.controller {
	float: right;
	right: 50%;
	position: relative;
}

.controller .dots {
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
	margin-top: -42%;
}

.controller ul li {
	width: 12px;
	height: 12px;
	border: 2px solid #ffc600;
	background: #ffc600;
	border-radius: 50%;
	float: left;
	cursor: pointer;
	margin: 0 2px;
}

.controller ul li.flex-active, .controller ul li:hover {
	border: 2px solid white !important;
	background: white !important;
}

.dates-wrapper {
	width: 400px;
	height: 450px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}

@media (max-width: 769px) {
	.controller .dots {
		margin-top: -28%;
	}
}