.scene-start-holder {
    margin-top: 5px;
    position: relative;
    display: inline-table;
    width: calc(20% - 10px);
    height: 20%;
    border: 1px solid #10448F;
    border-radius: 6px;
    margin-left: 5px;
    cursor: pointer;
}

.scene-start-holder-exercise {
    margin-top: 5px;
    position: relative;
    display: inline-table;
    width: calc(20% - 10px);
    height: 7%;
    border: 1px solid #10448F;
    border-radius: 6px;
    margin-left: 5px;
    cursor: pointer;
}

.scene-start-holder .scene-image {
    position: absolute;
    width: 100%;
    height: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95% 95%;
}

.scene-start-holder .scene-name {
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    text-align: center;
}

.scene-start-holder-exercise .scene-name {
    display: table-cell;
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    text-align: center;
    vertical-align: middle;
}