.br-14 {
  border-radius: 14px;
  overflow: hidden; }

.section__events .stack .box-left {
  width: unset;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px !important; }
  .section__events .stack .box-left img {
    border-radius: 4px;
    overflow: hidden;
    padding: 0; }

.section__events .box .box-text {
  opacity: 0;
  visibility: hidden;
  transition: opacity linear .2s; }

.section__events .box .overlay {
  transition: background linear .2s; }

.section__events .box:hover .box-text {
  opacity: 1;
  visibility: visible; }

.section__events .box:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6); }