.stuck{
    position:fixed;
    z-index:100;
    top:0;
}

.best-job-ever {
    overflow: hidden;
    margin: 0 auto;
}

.best-job-ever .job-container {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.best-job-ever .job-holder:nth-child(even) {
    background: #f2f3f4;
}

.best-job-ever .job-holder:last-child {
    margin-bottom: 0;
}

.best-job-ever .job-holder {
    height: 480px;
    padding: 24px 10%;
    margin: 32px auto;
}

.job-holder .details {
    width: 50%;
    padding: 32px 0px;
    padding-left: 8px;
    padding-right: 24px;
    display: inline-block; 
    vertical-align: top;
    margin: 0 20px;
}

.job-holder .image {
    width: 40%;
    display: inline-block;
}

.image .job-image {
    width: 100%;
    border-radius: 12px;
}

.best-job-ever .cover-image-container {
    width: 100%;
    position: relative;
}

.cover-image-container .carousel-image {
    width: 10%;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-58%,-65%);
}

.cover-image-container .cover-image {
    width: 100%;
    height: auto;
}

.best-job-ever .job-nav-bar {
    background-color: #f2f3f4;
}

.job-nav-bar .job-list {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
}

.job-nav-bar .title-only {
    display: none;
    background: #f2f3f4;
    box-shadow: -7px -13px 11px 10px black
}

.job-list .job-item {
    text-align: center;
    display: inline-block;
    width: 16%;
    padding: 16px 0;
    cursor: pointer;
}

.job-item a {
    color: #637e8c;
}

.job-item .job-nav-icon {
    height: 44px;
    overflow: hidden;
    margin: 0 auto 10px;
    background-size: 80px;
    display: block
}

.job-title .title-text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    color: #3e5561;
    vertical-align: 60%;
    margin-left: 12px; 
}

.details .details-caption {
    font-size: 16px;
    color: #3e5561;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

.details .description-text {
    font-size: 14px;
    color: #637e8c;
    margin-bottom: 16px;
    line-height: 1.43;
}

.details .apply-button {
    background: #348aee;
    width: 120px;
    line-height: 40px;
    color: white;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.details .apply-button-react {
    background: #348aee;
    width: 120px;
    line-height: 40px;
    color: white;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

@media(max-width: 800px ) {
    .job-nav-bar .job-list {
        margin: -28px 0;
    }
    .job-list .job-item {
        width: 16.16%;
        float: left;
        transform: scale(.66);
    }
    .best-job-ever .job-holder {
        height: 100%;
        padding: 0px;
        margin: 0;
    }
    .job-holder .details {
        width: 90%
    }
    .job-holder .image {
        width: 100%;
    }
    .image .job-image {
        border-radius: 0;
    }
    .job-nav-bar .title-only {
        margin-top: -24px;
        height: 56px;   
    }
    .job-title .job-icon {
        width: 12%;
    }
    .job-title .title-text {
        vertical-align: 33%;
        font-weight: bold;
        font-size: 20px;
    }
    .details .apply-button {
        width: 120px;
        display: block;
        margin: 0 auto;
    }
    .details .apply-button-react {
        width: 120px;
        display: block;
        margin: 0 auto;
    }   

}