.job-details-holder p {
  margin-bottom: 0;
}
.tblJobList a {
    text-wrap: auto;
}
.button {
    border: 0;
    display: inline-block;
    padding: 0.7rem 1rem;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: border-color .3s ease, background .3s ease, color .3s ease;
}

.video {
    background: #444 center center no-repeat;
    background-size: cover;
    height: 0;
    margin: .5rem 0;
    padding-bottom: 56.25%;
    position: relative;
    text-align: center;
}

.column:not(footer) {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    margin: .5rem 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

.video-caret {
    content: "";
    display: inline-block;
    height: 0;
    margin-top: -2px !important;
    vertical-align: middle;
    width: 0;
    border-left: 1.5rem solid;
    border-bottom: 1.5rem solid transparent;
    border-top: 1.5rem solid transparent;
    left: 50%;
    margin: -1.5rem 0 0 -.5rem !important;
    position: absolute;
    top: 50%;
    transition:color .3s ease, color .3s ease;
}

.sr-jobdetail-title {
    margin: 0cm; 
    line-height: 106%; 
    font-size: 12pt; 
    font-family: Calibri, sans-serif;
}

.sr-jobdetail-title span {
    font-family: Aptos, sans-serif;
}

.button--clean {
    padding: 0;
    min-width: 0;
}

.video-button:hover {
  border: 2px solid grey;
}
.video-button:hover .video-caret{
  color: grey;
}

.video-button {
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 5rem;
    left: 50%;
    margin: -2.5rem 0 0 -2.5rem;
    position: absolute;
    top: 50%;
    transition: border .3s ease, color .3s ease;
    width: 5rem;
}

@media (max-width: 767px) {
    .wide-1of3 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .wide-1of3 {
        width: 30% !important;
    }
}

@media (min-width: 60em) {
    .wide-1of3 {
        width: 30% !important;
    }
}