.jssorb05 {
    position: absolute;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: -37px -7px;
}

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}

.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('img/a22.png') center center no-repeat;
    overflow: hidden;
}

.jssora22l {
    background-position: -10px -31px;
}

.jssora22r {
    background-position: -70px -31px;
}

.jssora22l:hover {
    background-position: -130px -31px;
}

.jssora22r:hover {
    background-position: -190px -31px;
}

.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}

.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

/* --------------------------------------------------------------------------
-----------------------------------------------------------------------------
CUSTOM ELEMENTS */

.slider {}

.slider-link {
    text-decoration: none;
    text-align: center;
}

.slider-link img {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.6));
    border: 5px solid orange;
    border-radius: 50%;
    transition: transform 2s;
    width: 100%;
}

.slider-link::before {}

.slider-link h2 {
    position: absolute;
    color: white;
    font-size: 130%;
    width: 80%;
    padding: 6px 16px;
    background-color: rgba(30, 30, 30, 0.9);
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.6));
    border: 1px solid orange;
    top: 40px;
    left: 50px;
}

.slider-link h2::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 50%;
    width: 50px;
    height: 65px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    background: linear-gradient(to right, rgba(234, 0, 58, 0.9) 0%, rgba(255, 199, 14, 0.99) 94%, rgba(255, 199, 14, 1) 100%);
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1));
    transform: translateY(-50%);
}

.slider-link h2::after {
    content: '';
    position: absolute;
    right: -35px;
    top: 50%;
    width: 50px;
    height: 65px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    background: linear-gradient(to right, rgba(234, 0, 58, 0.9) 0%, rgba(255, 199, 14, 0.99) 94%, rgba(255, 199, 14, 1) 100%);
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1));
    transform: translateY(-50%) rotate(180deg);
}

.slider-link h3 {
    color: rgb(255, 199, 14);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    font-size: 220%;
    width: 90%;
    background-color: rgba(30, 30, 30, 0.8);
    border: 2px solid orange;
    position: absolute;
    bottom: 70px;
    right: 30px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 10px rgb(251, 189, 74);
}

.slider-link h3::before {
    content: 'novi serijal emisija';
    color: rgb(42, 42, 42);
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    text-shadow: none;
    padding: 0px 8px;
    line-height: 1.6;
    background: linear-gradient(to bottom, #ffffff 5%, #b1b1b1 100%);
    bottom: -30px;
    border-radius: 5px;
    right: 1%;
    transform: translateX(-50%);
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
}

/* .slider-link h3::after {
    content: 'ponedeljkom od 20h';
    color: black;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 12px;
    background: linear-gradient(to bottom right, rgba(255, 199, 14, 1) 0%, rgba(255, 130, 12, 1) 100%);
    border: 1px solid orange;
    position: absolute;
    text-shadow: none;
    top: -40px;
    left: 20px;
    border-radius: 5px;
} */



.slider-link img:hover {
    transform: rotate(360deg);
}

@media only screen and (max-width: 601px) {}

@media only screen and (max-width: 401px) {}