.elementor-1968 .elementor-element.elementor-element-bb926d0{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-acc9ed0 */.desk {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #e4dcd1; /* Цвет "стола", можешь поменять */
  overflow: hidden;
}

.photo {
  position: absolute;
  cursor: grab;
  transition: box-shadow 0.2s ease;
}

.photo:active {
  cursor: grabbing;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.photo img {
  display: block;
  max-width: 200px;
  border: 3px solid white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}/* End custom CSS */