.box { background: #F3F4F9; padding: 20px;margin-bottom: 15px; opacity: 0; transform: translateY(30px); }
.three-boxes .box:last-child{margin-bottom:0;}
.box p.p-big{font-size:88px;line-height:1;margin-bottom:0;}
.video-column { display: flex; justify-content: center; align-items: center; max-height: 100%; /* Kolumna z obrazkiem nie powinna być wyższa niż wysokość innych kolumn */ overflow: hidden; /* Ukrywa część obrazu, która wychodzi poza kolumnę */ }
.animated-arrow{overflow:visible;}
#muteToggleBtn {position: absolute; display: flex; justify-content: center; align-items: center;width: 40px; height: 40px; bottom: 15px; right: 40px; background: rgba(0, 0, 0, 0.5); border: none; border-radius: 50%; padding: 0px; cursor: pointer; color: white; font-size: 18px;}

@media only screen and (max-width:1280px) {
.video-column video {width:100%;}
}

@media only screen and (max-width:991px) {
.video-column {margin-bottom:20px;;}
}

@media only screen and (min-width:991px) {
.video-column video {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 100%;
  object-fit: cover;
}
}
