.cta__jaecoo {
    background: #0d161b;
    top: 0;
    right: 0;
    text-transform: uppercase;
}
.cta__jaecoo a {
    color: #868b8d;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 20px;
    text-decoration: none;
    font-family: "Noto Sans";
    font-weight: bold;
}
.cta__jaecoo a > * + * { margin-left: 10px; }
.cta__jaecoo a figure {
    width: 120px;
    display: flex;
}

@media (max-width: 1332px) {
    
}
@media (min-width: 1333px) {
.cta__jaecoo {
    position: absolute;
    height: calc(100% + 1px);
}
}