.section-main {
	background: url('/includes/img/Los_Valles_fondo.webp') no-repeat center center;
    color: #fff;
    position: relative;
    min-height: 750px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
	
}

.main-pic {
	max-height:140px;
	vertical-align: middle;
}

.admin-button-float{
	position:fixed;
	top:30px;
	right:30px;
	text-align:center;
    z-index:100;
}
.drop-zone {
    border: 1px dashed green;
    padding: 10px;
}