




/*CONTAINER============================================================================*/

.preview_container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.preview {
  padding: 0;
  position: relative;
  width: 100%;
}

.preview_image {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  margin: 0;
  width: 100%;
}

.preview_control {
  width: 100%;
  
  position: absolute;
  left: 0px;
  top: 0px;
}