.droplet-wrapper {
	display: flex;
	justify-content: center;
    align-items: center;
}

.droplet-widget {
	width: 680px;
    height: 680px;
    overflow: hidden;
    display: flex;
    max-width: none;
    max-height: none;
    min-width: 680px;
    min-height: 680px;
}

.droplet-widget iframe {
    width: 1140px;
	max-width: none;
    height: 100%;
    border: 0;
    display: block;
}

