@media all {
	.csc-firstHeader {
		display:none;
	}
	.special-slider .slides {
		transition: height 1s ease-out;
	}

	.special-slider-control img {
		width: 100% !important;
	}

	.padding-right{
		padding-right: 5px;
	}

	.slider-item-wrapper {
		display: inline-block;
		height: 125px;
		width: 100%;
		overflow: hidden;
	}
	.slider-item-wrapper img {
		object-fit: cover;
		height: 100% !important;
		width: 100%;
	}
	.captcha_img{
		float: left !important;
		margin: 0 !important;
	}
	.captcha_reload{
		margin-bottom: -1% !important;
	}

	.collapsibleText + button {
		margin-top: 10px;
		margin-bottom: 30px;
	}
}