.backgroundFloat {
    position: absolute;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.imageContainer {
    flex: 1;
    position: relative;
    flex-direction: row;
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 150px;
    max-width: 100%;
}
.imageContainer:after {content: "";display: block;padding-bottom: 100%;}

.imageLinkContainer {
        flex: 1;
        position: relative;
        flex-direction: row;
        object-fit: scale-down;
    }
.imageLinkContainer:after { content: "";display: block;padding-bottom: 100%;}

.productInfo {
    flex: 2;
    display: block;
    margin-left: 5px;
    min-height:50px;
    margin-bottom: 10px;
}

.productInfo .name{
	min-height:40px
}

#page-takeaway .takeaway .product{
	display:flex;
	padding:0;
	margin:0;
}