.screen-layout-cardcontainer {
    height: 280px;
    float: left;
    background-color: white;
    transition: 0.3s;
    border: calc(8px + 0.2vw) solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.screen-layout-title {
    color: #333;
    display: block;
    font-size: 20px;
    line-height: 18px;
    max-height: 36px;
    min-height: 18px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.screen-layout-cardcontainer-content {
    top: -33px;
    box-sizing: border-box!important;
    display: block!important;
    padding: 7px 10px 0!important;
    max-height: 50px!important;
}

.screen-layout-selectbox {
    height: 21px!important;
    max-width: 100px!important;
}

.relative-position {
    position: relative!important;
}