.n-cont {
display: flex;
margin-top: 30px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
height: 100px;
padding-top: 30px;}
.nest {
background-image: url(/images/fom/nest.png);
background-repeat: no-repeat;
height: 50px;
width: 140px;}
.moss {background-image: url(/images/fom/mossrocks.png);
background-position: center;
background-repeat: no-repeat;
}
.flower {background-image: url(/images/fom/flowerpath.png);
background-position: center;
background-repeat: no-repeat;
}
.stack-c {
position: relative;
left: 0;
top: 0;}
.stack-c img {
position: relative;
top: 0;
left: 0;
}
.small {
font-size:smaller;}