.creditsBox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.creditsImg {
    max-width: 60px;
    height: auto;
}

@media (min-width: 1024px) {
    .creditsBox {
        left: 0;
        right: auto;
    }

    .creditsImg {
    max-width: 100%;
    }
}

.creditsLink {
    margin-left:10px;
    cursor: pointer;
}