﻿.card_image {
    height: 507px;
    margin: 0 auto;
}

.card_image div {
    display: none;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Segoe UI';
    /*line-height: 333px;*/
    text-align: center;
    color: #fff;
    margin: 0px;
    height: 100%;
}

.dxcvControl_O a:hover {
    text-decoration: none !important;
}

.card_image:hover div {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;     
}

.info_text {
    color: white !important;
    font-size: large;
    text-decoration: none !important;
}
.info_text_cost {
    color: #d00f78 !important;
    font-size: large;
    text-decoration: none !important;
    font-size: xx-large;
}
.info_text_desc {
    color: white !important;
    font-size: small;
    text-decoration: none !important;
    display: inline-block;
    padding-top: 20px;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.info_text_name {
    color: white !important;
    font-size: xx-large;
    line-height: 100px;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle;
}

.nowAtWork {
    color: red;
    font-size: larger;
    font-weight: 700;
    line-height: 50px;
}


