.actual-container.container {
	position:relative;
	height:564px;
	padding-right:0;
	
}

.actual-img{
	
	position: absolute;
	width:100%;
	height:100%;
	right:0;
	
		
	background-image:  /*url("https://picsum.photos/754/576/?random");*/
	url("../img/actual/aktualis_TSZ_img.jpg");
	background-size: cover;
	
	background-position: top left;
	background-repeat: no-repeat;	
	
	overflow: hidden;

	-webkit-clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
	
}



.actual-content-holder{
	
	
	padding:30px 18px 18px 18px;
	/*margin:60px 0;*/
	background: rgba(255, 255, 255, 0.8);
	/*background-size: auto 100%;
	background-position: top left;
	background-repeat: no-repeat;
	height:427px;*/
	
	margin:auto;
	
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 100%;
		
}



@media (max-width: 992px) {
	.actual-container{
		height:480px;
		
	}
	.actual-text-details{
		display:none;
		
	}
	
	
	.actual-container.container {
	height:400px;
	
}
	/*.actual-content-holder{
	

	height:370px;
		
	}*/
		.block-with-text {


  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em; 

	}
}



@media (max-width: 540px) {
	.actual-container{
			height:237px;
			
	}
	
	.actual-content-holder{
	margin: 0;
	
	/*height:237px;*/
		
	}
	.block-with-text{
		display:none;
	}
	
	.actual-container.container {
	height:300px;
	
}
}


@media (pointer: coarse) and (hover: none) {
	


	

}

