.tarjaImg {
    position: absolute;
    width: 240px !important;
    height: 240px !important;
    object-fit: contain !important;
    right: -50px;
    bottom: -50px;
    z-index: 25;
    transform: rotate(-45deg);
    transform-origin: center;
    pointer-events: none;
}

.tarjaImg::selection {
    background-color: transparent;
}

@media (max-width: 440px) {

    .tarjaImg {
        width: 200px !important;
        right: -40px;
        bottom: -70px;
    }

}