/* Start custom CSS for html, class: .elementor-element-140d162 */<style>
  .artsteps-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    /* Ratio 16:9 */
    aspect-ratio: 16 / 9;
  }
  .artsteps-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }
</style>

<div class="artsteps-wrapper">
  <iframe 
    src="https://www.artsteps.com/embed/648ca22599382f9424f66d85/1280/720" 
    allowfullscreen
    loading="lazy">
  </iframe>
</div>/* End custom CSS */