.card__thumbnail {
    max-width: 100%;
    width: calc(100% - 20px);
    max-height: 200px;
    max-height: 140px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    
    margin-bottom: 10px;
    
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
}
.card__thumbnail_img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card__thumbnail_map {
    max-width: 100%;
    width: 100%;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
    width: 100%;
    height: 300px;
}
.card {
/*    transition: .3s ease-out;*/
    box-shadow: 1px 1px 10px #555;
    box-shadow: 1px 1px 10px #2e2e2e;
    box-shadow: 1px 1px 10px rgba(46, 46, 46, 0.6);
    background-color: white;
    background-color: #212121;
    background-color: #ffffff;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    z-index: 5;
/*    max-width: 300px;*/
/*    max-width: 500px;*/
}

#card_job_thumb {
    max-width: 500px;
}

/*
.card:hover {
    transition: .3s ease-out;
    box-shadow: 1px 1px 50px #555;
    box-shadow: 1px 1px 50px #2e2e2e;
    transform: scale(1.01);
    transform: scale(1.04);
    background-color: #f5f5f5;
}
*/
.card__title {
    font-size: 2rem;
    padding: .5rem;
/*    color: white;*/
}

.card__title_job {
    float: left;
    font-size: 24px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-bottom: 0px;
    height: 35px;
    padding-left: 5px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card__title_date {
    float: right;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-bottom: 0px;
    padding-right: 5px;
    line-height: 30px;
    height: 35px;
}

.card__description {
/*    padding: .5rem;*/
/*    line-height: 1.6em;*/
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 50px;
    font-size: 16px;
    font-weight: 400;
/*    max-height: 40px;*/
/*
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/
}
.card_link {
    text-decoration: none;
    color: black;
}
.video_button {
    display: block;
/*    background-color: #fc4b2b;*/
    padding: 10px 20px;
    color: white;
    color: #fc4b2b;
    text-decoration: none;
    text-align: center;
    transition: .3s ease-out;
    font-size: 20px;
    font-weight: 600;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    border-style: solid;
    border-color: #fc4b2b;
    width: 120px;
    border-radius: 10px;
    border-width: 3px;
    margin: auto;
    margin-bottom: 10px;
}

.video_button:hover {
    display: block;
/*    background-color: #fc4b2b;*/
    padding: 10px 20px;
    color: white;
    color: #fc4b2b;
    text-decoration: none;
    text-align: center;
    transition: .3s ease-out;
    font-size: 20px;
    font-weight: 600;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    border-style: solid;
    border-color: #fc4b2b;
    width: 140px;
    border-radius: 10px;
    border-width: 3px;
    margin: auto;
    margin-bottom: 10px;
    
    color: white;
    background-color: #fc4b2b;
    font-size: 22px;
    width: 140px;
}

.card-container {
    display: grid;
    padding: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
/*    background-color: red;*/
    -webkit-overflow-scrolling: touch;
    z-index: 4;
    
    max-width: 800px;
    margin: auto;
}

.card_footer {
/*    background-color: red;*/
    text-align: right;
    margin-top: -41px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 6px;
}
.map_btn {
/*    position: static;*/
    height: 26px;
    width: 80px;
    border-radius: 13px;
    background-color: #3077E1;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 8px;

/*
    margin-bottom: 10px;
    margin-right: 8px;
*/
    
}