/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1024px) {

.wrapper960, .content_background, #hlavicka {margin: 0 auto;}

/* Disable CSS animations */
.animated {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {
.carousel { position: relative;margin:0 0 0px 2px;}
img (max-width: 50%;)
}



/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {
.carousel { position: relative;margin:0 0 0px 2px;}

}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 440px) {

	
}