﻿
.novinky-image-top {
    /*background: url('/img/clouds.png') center center no-repeat;
    background-size: cover;*/
    background-image: linear-gradient(to right, #0a1ba2, #80ecf4);
    height: 30vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.novinky-image-top-header-text {
    top: 80px;
    width: 100%;
    position: absolute;
}

.novinky-image-top-header-text h1 {
    font-size: 70px!important;
}

.novinky-video-clanek {
    max-width: 400px;
}

.novinky-obrazek-velky-clanek {
    max-width: 400px;
}

@media screen and (min-width: 1200px) {
    
}

@media (max-width: 1199px) and (min-width: 992px) {
    .novinky-video-clanek {
        max-width: 300px;
    }

    .novinky-obrazek-velky-clanek {
        max-width: 300px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .novinky-video-clanek {
        max-width: 250px;
    }

    .novinky-obrazek-velky-clanek {
        max-width: 250px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
}

@media screen and (max-width: 575px) {
    .novinky-image-top-header-text {
        top: 60px;
        width: 100%;
        position: absolute;
    }

    .novinky-video-clanek {
        max-width: 250px;
    }

    .novinky-obrazek-velky-clanek {
        max-width: 250px;
    }
}
