/* 
    Created on : 11.10.2023, 14:50:01
    Author     : cathexis
*/
.paragraph.paragraph--type--__-3-colorbox-image {
  padding: 17px 0;
}

.paragraph.paragraph--type--__-3-colorbox-image .colorbox-wrapper {
  width: 326px;
  height: 201px;
  overflow: hidden;
}

.paragraph.paragraph--type--__-3-colorbox-image a.colorbox img {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.paragraph.paragraph--type--__-3-colorbox-image a.colorbox img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}