

/* Start:/local/templates/ledtehnology-2023/assets/css/presentations/index.css?1696188219886*/
.presentation {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 250ms;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.presentation__img {
  width: 100%;
}
.presentation__body {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #CCCFD3;
  box-sizing: border-box;
  opacity: 0;
  transition: all 250ms;
}
.presentation__name {
  font-weight: normal;
  font-size: 31px;
  line-height: 39px;
  color: #fff;
  margin: 100px 24px 48px;
  text-align: center;
}
.presentation:hover {
  transform: translate(0, -10px);
  box-shadow: 0px 24px 12px -13px rgba(0, 0, 0, 0.18);
}
.presentation:hover .presentation__body {
  opacity: 1;
}

/*# sourceMappingURL=index.css.map */

/* End */
/* /local/templates/ledtehnology-2023/assets/css/presentations/index.css?1696188219886 */
