.cy-class {
    width: 100%;
    /* height: calc(100% - 50px); */
    height: 500px;
    position: relative;
    /* top: 50px; */
    /* left: 0px; */
    border: 1px solid black;
}

.cy-container {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    position: static;
}