@charset "UTF-8";
/* CSS Document */

.homeslider .item {
	height: 75vh;}

.btn-special{
	font-size: 1.5rem;
	    padding: 16px 31px;
	    margin: 20px 0 0 0;
}
.btn-special em {
    font-style: normal;
    letter-spacing: 0.9px;
}

@media (max-width: 767px){
.homeslider .item {
    height: 66vh!important;
	}
	}