header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.font-weight-900 {
    font-weight: 900;
}

.mainred {
    color: #903438 !important;
}

.mainred_back {
    background-color: #903438 !important;
}

.lightred_1_back {
    background-color: #bc595e !important;
}

.wide-bold {
    font-weight: 700;
    letter-spacing: 10px;
}

.izdelki-slider .slick-prev {
    left: 25px;
    z-index: 1000;
}

.izdelki-slider .slick-next {
    right: 25px;
    z-index: 1000;
}

.izdelki-slider div a img {
    transition: transform .2s;

    /* Animation */
}

.izdelki-slider div a img:hover {
    transform: scale(1.04);

    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.sqare {
    border-radius: 0px;
}

.glava_strani {
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    background: rgba(255, 255, 255, 0);
}

.glava_strani.scrolled {
    background: rgba(144, 52, 56, 1);
}

.glava_strani.hr-head.scrolled {
    background: #A8CF45;
}

.overlap_left {
    transform: translate(2rem, -2rem);
}

.overlap_right {
    transform: translate(-2rem, 2rem);
}

.zindex_1000 {
    position: relative;
    z-index: 1000;
}

.hr-green {
    color: #A8CF45 !important;
}

.hr-green-back {
    background-color: #A8CF45 !important;
}

.hr_green_light_back {
    background-color: #e1ff97 !important;
}