@charset "utf-8";


#jquery-cycle {
    max-height: 1300px!important;
    height: 1250px!important;
}
}
#jquery-cycle img {
    object-fit: scale-down;    
    object-fit: contain;
    object-position: 0% 0%;
    height: auto!important;
}


@media (min-width: 2000px){
	#jquery-cycle {
	    max-height: 1500px!important;
    height: 1500px!important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1499px){
	#jquery-cycle {
	    height: 950px!important;
	}
}

@media (max-width: 1024px){
	#jquery-cycle {
		 height: 650px!important;
	 }
}

@media (max-width: 768px){
	#jquery-cycle {
		 height: 500px!important;
	 }
}

@media (max-width: 570px){
	#jquery-cycle {
		 height: 200px!important;
	 }
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #0c0c0c;
	overflow: hidden;
	left: 0;
    right: 0;
    margin: -90px auto 0px;
}
	
@media (max-width: 1024px){
    #container{ 
    	margin: 10px auto 50px;
    }
}

@media (max-width: 768px){
    #container{ 
    	margin: 10px auto 0;
    }
}

@media (max-width: 570px){
	#container {
	    margin: 0px auto 0px;
	}
}

