html {
    margin: 0 !important;
}

.elementor-widget-text-editor p:last-child,
p:last-child {
    margin: 0;
}

#wpadminbar {
    top: auto;
    bottom: 0;
}


.image-box-border {
	position: relative;
}

.image-box-border:before {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	height: auto;
	width: auto;
	background: transparent;
	border: 1px solid #fff;
	content: "";
	z-index: 1;
}

