demo-container { display: block; border: 2px solid rgb(189, 189, 189); border-radius: 4px; width: fit-content; padding: 10px; background-color: rgb(235, 255, 238); }
demo-object { display: block; background-color: rgb(224, 255, 253); mask-repeat: no-repeat; mask-image: url("../images/big-m.png"); }
demo-tag img { height: 300px; width: 400px; margin: 10px; padding: 10px; }
.element {mask-size: cover;}

