.solectwa{
	background: #fff;
    padding: 24px 0px 0px 0px;
}

.solectwa .modul-start-tytul{
	padding: 0px 24px 24px 40px;
}

.rotator-solectwa{

}

.rotator-solectwa .slick-prev{
	left:40px!important;
	top:48%;
	z-index: 2;
}

.rotator-solectwa .slick-next{
	right:40px!important;
	top:48%;
	z-index: 2;
}

.rotator-solectwa .slick-prev:before, .rotator-solectwa .slick-next:before{
	font-family: "Font Awesome 5 Free"!important;
	/*content:"\f104"!important;*/
	color:#000!important;
	font-size: 36px!important;
}

.rotator-solectwa .slick-prev:before{
/*	content:"\f104"!important;*/
	content: url(../grafika/animacja_prev.png);
}

.rotator-solectwa .slick-next:before{
	/*content:"\f105"!important;*/
	content: url(../grafika/animacja_next.png);
}



.rotator-solectwa-tlo{
	width: 100%;
	height: calc(2/3 * 24.5vw);
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background: #000;
}


.rotator-solectwa-tlo a strong{
	position: absolute;
	bottom:24px;
	right: 24px;
	color:#fff;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 36px;
}

.rotator-solectwa-tlo a span{
    visibility: hidden;
    position: absolute;
    background: rgb(0 0 0 / 80%);
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rotator-solectwa-tlo:hover > a span{
	visibility: visible;
}

.solectwa{
	position: relative;
}

.solectwa:hover .solectwa-pause,  
.solectwa:hover .solectwa-play, 
.solectwa:hover .solectwa-buttons{
	opacity:1!important;
}

.solectwa-buttons .solectwa-pause:focus,  
.solectwa-buttons .solectwa-play:focus{
	opacity:1!important;
}

.solectwa-buttons{
	width: 60px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	/*top: 0;*/
	z-index: 22;
}

.solectwa-pause {
	border: 0px none transparent;
	background: transparent;
	cursor: pointer;
	width: 100%;
	height: 100%;
	color: white;
	background: rgba(0, 0, 0, 0.637);
	opacity:0;
}

.solectwa-pause:hover {
	opacity: 0.7;
}

.solectwa-pause:before {
	content: "\f04c";
	color: white;
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
}

.solectwa-play{
	border: 0px none transparent;
	background: transparent;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: none;
	color: white;
	background: rgba(0, 0, 0, 0.637);
	opacity:0;
}

.solectwa-play:hover {
	opacity: 0.7;
}

.solectwa-play:before {
	content: "\f04b";
	color: white;
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
	.rotator-solectwa-tlo{
		width: 100%;
		height: calc(2/3 * 42vw);
	}
	.rotator-solectwa-tlo a strong{
		font-size: 28px;
	}
}

@media all and (min-width: 0px) and (max-width: 639px) {
	.rotator-solectwa-tlo{
		width: 100%;
		height: calc(2/3 * 90vw);
	}
	.rotator-solectwa-tlo a strong{
		font-size: 24px;
	}
}