/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 paź 2022, 14:14:25
    Author     : 48514
*/
@media (min-width: 1551px ) and (max-width: 1900px){
  .slidertextbox .sliderlead{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   
  } 
}
