.elementor-28379 .elementor-element.elementor-element-82baaab{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:5px 5px 5px 5px;}@media(min-width:769px){.elementor-28379 .elementor-element.elementor-element-82baaab{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-efc05a7 */.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-card .video-toggle {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0,0,0,0.0);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.video-card .video-toggle:hover {
  background: rgba(0,0,0,0.6);
}/* End custom CSS */