﻿
@media screen and (min-height: 1100px) {

	.slider .slides li img {
		height: 100%;
		width: 100%;
		background-size: auto;
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.slider.fullscreen ul.indicators
     {   
         bottom: 90px;
     }
	 
	.btn-scroll-pulse {
		top: -70px;
	}
	
	#Home
	{
		margin-bottom: -70px;
	}	
}


