.seedling {
    background-position:right top;
    background-repeat:no-repeat;
    background-image: url("/files/pictures/nursery/seedling.png");
    background-size:contain;
}
.eagle {
    background-position:center bottom;
    background-repeat:no-repeat;
    background-image: url("/files/pictures/nursery/eagle.png");
}
@media screen and (max-width:599px) {
    .eagle
       {background-size:contain;}
}
@media screen and (min-width:600px) {
    .eagle
       {background-size:auto 75%;}
}
.jabu {
    background-position:right center;
    background-repeat:no-repeat;
    background-image: url("/files/pictures/nursery/jabu_tree.png");
    background-size:contain;
}
.plantsready {
    background-position:right top;
    background-repeat:no-repeat;
    background-image: url("/files/pictures/nursery/plantsready1.png");
    background-size:contain;
}
.forest {
    background-position:center bottom;
    background-repeat:no-repeat;
    background-image: url("/files/pictures/nursery/forest.png");
    background-size:contain;
}
.baobab {
    min-height:834px;
    background-position:center bottom;
    background-repeat:no-repeat;
    background-image: url("/files/pictures/nursery/baobab_sw.png");
    background-size:contain;
}
@media screen and (min-width:890px) {
    .business {
        background-position:right top;
        background-repeat:no-repeat;
        background-image: url("/files/pictures/nursery/business_thinking.png");
        background-size:contain;
    }
}
@media screen and (min-width: 700px) {
    .videowrapper {
      display:flex;
      flex-flow: row wrap;
      justify-content:flex-start;
      padding-left: 26px;
      padding-right: 26px;
    }
    video {
       flex-grow: 4;
        height: auto;
        width: 40%;
       margin-bottom: 16px;
       margin-left: 12px;
       margin-right: 12px;
       cursor: pointer;
    }
}
@media screen and (max-width: 699px) {
    .videowrapper {
      display:flex;
      flex-flow: row wrap;
      justify-content:center;
      padding-left: 30px;
      padding-right: 15px;
    }
    video {
        flex-grow: 1;
        height: auto;
        width: 50%;
       margin-left: 10px;
       margin-right: 10px;
       margin-bottom: 12px;
    }
}
