.solectwa_tlo{
    max-width: 100vw;
    position: relative;
}
.solectwa_tlo .modul-start-tytul{
    max-width: 1232px;
    margin-left: auto;
    margin-right: auto;
}
.solectwa_tlo .artykuly{
    display: flex;
    flex-wrap: nowrap;
    gap: 0px;
}
.solectwa_tlo .artykul-tlo{
    width: 25vw!important;
    position: relative;
    background-color: rgb(65, 65, 65);
}
.solectwa_tlo .strona-data{
    display: none;
}
.solectwa_tlo .aktualnosci-ikona-tlo{
    height: calc(2 / 3* 24.6vw);
    min-height: calc(2 / 3* 24.6vw);
}
.solectwa_tlo .aktualnosci-tresc-tlo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 24px;
}
.solectwa_tlo .strona-tytul2{
    color: white;
    margin-bottom: 0px;
    font-size: 1.8em;
    font-weight: 800;
    line-height: 32px;
    font-family: "Mulish", serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: end;
    height: 100%;
    width: 100%;
}
.solectwa_tlo .strona-tytul2 a{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: end;
    width: 100%;
    height: 100%;
}
.solectwa_tlo .strona-tytul2:hover{
    opacity: 1;
}
.solectwa_tlo .aktualnosci-powrot-tlo{
    display: none;
}
.solectwa_tlo .modul-start-aktualnosci-startowe{
    padding-bottom: 0px;
    padding-top: 48px;
}
.solectwa_tlo .strona-skrot{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.829);
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px;
    color: white;
    opacity: 0;
    pointer-events: none;
    font-size: 16px;
    line-height: 24px;
}
.solectwa_tlo .artykul-tlo:hover .strona-skrot{
    opacity: 1;
}
.solectwa_tlo .slick-dots{
    display: none!important;
}
.solectwa_tlo .slick-prev, .solectwa_tlo .slick-next {
    top: 49%;
}
.solectwa_tlo:hover .slick-prev, .solectwa_tlo:hover .slick-next{
    opacity: 1!important;
}
.solectwa_tlo .slick-next{
    opacity: 0 !important;
    right: 16px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    transition: all 0.3s;
    content: url(../grafika/rotator-right.png) !important;
    background-color: rgba(0, 0, 0, 0.678);
    object-fit: contain;
    width: 32px;
    height: 32px;
    padding: 8px;
}
.solectwa_tlo .slick-prev{
    opacity: 0 !important;
    left: 16px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    transition: all 0.3s;
    content: url(../grafika/rotator-left.png) !important;
    background-color: rgba(0, 0, 0, 0.678);
    object-fit: contain;
    width: 32px;
    height: 32px;
    padding: 8px;
}
.solectwa_tlo .slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    color: white;
    font-size: 14px;
}
.solectwa_tlo .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: '\f053';
    color: white;
    font-size: 14px;
}

/*Start/Pause*/
.kal-buttons
{
	
}
.solectwa_tlo:hover .kal-pause,  .solectwa_tlo:hover .kal-play,.solectwa_tlo:hover .kal-buttons
{
	opacity:1!important;
}
.solectwa_tlo .kal-buttons .kal-pause:focus,  .solectwa_tlo .kal-buttons .kal-play:focus,
.solectwa_tlo .slick-prev:focus, .solectwa_tlo .slick-next:focus
{
	opacity:1!important;
}
.kal-buttons
{
    width: 60px;
    height: 35px;
    position: absolute;
    top: 65px;
    right: 65px;
    display: flex;
    z-index: 9;
}

.szerokosc100
{
	position: relative;
}
.kal-pause 
{
	border: 0px none transparent;
	background: transparent;
	cursor: pointer;
	width: 100%;
	height: 100%;
	color: white;
	background: rgba(0, 0, 0, 0.637);
	opacity:0;
	border-radius: 0.5rem;
}
.kal-pause:hover 
{
	opacity: 0.7;
}

.kal-pause:before 
{
	content: "\f04c";
	color: white;
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
}

.kal-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;
	border-radius: 0.5rem;
}

.kal-ikon-link{
	position: relative;
}

.kal-ikon-link:hover:after{
	content: url(../grafika/link_zewn.png);
    position: absolute;
	top: 14px;
    right: 0px;
    opacity: 0.5;
}

.kal-play:hover 
{
	opacity: 0.7;
}
.kal-play:before 
{
	content: "\f04b";
	color: white;
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
	
}