/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2021 | 17:03:05 */
.eicon-play{display:none;}

.elementor-custom-embed-play{
    width: 100%;
    max-width: 80px;
  opacity: 0.8;
    content: url(/wp-content/uploads/2021/12/play-button.png);
    transition: 0.3s ease-in-out;
}

.elementor-custom-embed-play:hover{
    max-width: 90px;
  opacity: 1;
}