.photo img, .photo video {
width: 100%;
margin: auto;
display: block;
height: auto;
max-width: 100%;
object-fit: contain;
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
margin-bottom: 20px;
}
#editor-canvas>img, #editor-canvas>video {
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
#addStickers {
background-color: transparent;
padding-top: 16px;
color: white;
}
#stickers-container {
background-color: transparent;
border-radius: 5px;
display: flex;
}
.photo {
max-width: 500px;
}
.download, .customize, #find {
align-self: center;
text-align: center;
background-color: white;
display: block;
color: black;
border: none;
font: sans-serif;
font-size: 20px;
font-weight: bold;
padding: 15px;
max-width: 100%;
text-decoration: none;
cursor: pointer;
border-radius: 17px;
}
{
"enterCode": "Enter Code", "downloadBtn": "Download your GIF", "addStickers": "Add stickers"
}