div#ottozoom{
	background: #FFF;
	display:none;
	left: 0;
	padding: 14px 20px 0;
	position: absolute;
	top: 0;
	z-index: 20000;
    flex-direction: column-reverse;
    border:solid #a0a0a0 1px;
}
div#ottozoom-imagecontainer{
	clear: both;
	display: block;
	margin: 0 auto;
	position: relative;
	margin-top: 1rem;
	flex-shrink:0;
  overflow: hidden;
}
div#ottozoom-image{
	height: auto;
	max-width: 100%;
}
div#ottozoom-actions{
	display: flex;
    align-items: flex-end;
    /*flex: 1;*/
    justify-content: flex-end;
    max-width: 80px;
    width: 100%;
}
div#ottozoom-actions div{
	margin: 0 2px;
}
img#ottozoom-image{
	cursor: pointer;
}
div#ottozoom-infos{
	font-size: 1.3rem;
	font-family: 'Muli', sans-serif;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    order: 2;
}

div#ottozoom-infos-top{
	margin-bottom: 1em;
}

div#ottozoom-infos-bottom{
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

div#ottozoom-image-ref{
	order: -1;
    font-size: 1.3rem;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
}

div#ottozoom-infos p{
	margin-top: 0;
    margin-bottom: 8px;
}

div#ottozoom-infos p:last-child{
	margin-bottom: 0px;
}
