/* Styles for the career page button on the landing pages */
.career-page-button {
    position: absolute;
    z-index: 10;
    text-align: right;
    top: 120px;
    right: 20px;

    img {
        width: 200px !important;
    }

    &.sub-house-page {
        top: 20px;
        right: 20px;
    }
}

@media screen and (max-width:960px) {
    .career-page-button {
        top: 130px;
        right: 10px;

        img {
            width: 150px !important;
        }
    }
}

@media screen and (max-width:900px) {
    .career-page-button {
        top: 65px;
        right: 10px;
    }
}

@media screen and (max-width:768px) {
    .career-page-button {
        top: 110px;
        right: 10px;

        img {
            width: 125px !important;
        }
    }
}

@media screen and (max-width:480px) {
    .career-page-button {
        top: 65px;
        right: 5px;

        img {
            width: 100px !important;
        }
    }
}
