section#career-top-banner.hide-for-small-only {
    position: relative;
    min-height: 100vh;
    background-image: url(../limetray-pulse-banner.html);
    background-size: 115%;
    background-position: top left 88%;}

section#career-top-banner {
   position: relative;
   min-height: 50vh;
   background-image: url(../limetray-pulse-banner.html);
   background-size: cover;
   background-position: bottom -7% center;
}

section#career-top-banner-small {
    position: relative;
    min-height: 100vh;
    background-image: url(../limetray-pulse-banner.html);
    background-size: cover;
    background-position: top left 60%;}
    .career-caption {
    padding: 20vh 0;
}

div#pulse-main {
    padding: 2% 0 6%;
}

.pulse-desc {
    margin-top: 8vh;}

.pulse-icon {
    padding: 0 0.3rem;}

.pulse-btn {
    margin-top: 3%;}

.pulse-btn img {
    width: 70%;}

@media(max-width:670px){
    section#career-top-banner {
    min-height: 27vh !important;
    background-position: center !important;
}

}

@media(min-width: 1650px){
    div#pulse-main {
    padding: 2% 0 2%;}
}

@media(max-width: 1080px){
.pulse-desc {
    margin-top: 3vh;}

}