



@media only screen and (min-width:769px) {
	.slider{
		position:relative;
		border-top:solid 1px black;
		width:100%;
		margin-top:110px;
		height:calc( 60vw - 110px);
		max-height:calc( 100vh - 110px );
		min-height:40vw;
		background-color:black;
	}
	.sliderPic{
		position:relative;
		margin-left:34%;
		top:0;
		width:61%;
		height:calc( 60vw - 110px);
		max-height:calc( 100vh - 110px );
		min-height:40vw;
	}
	.sliderPicImg{
		position:relative;
		margin-top:0;
		top:0;
		width:100%;
		height:100%;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
	}
	.slider .iconTxt{
		display:inline-block;
		background-color:white;
		color:black;
		width:3.4vw;
		height:3.4vw;
		line-height:3.4vw;
		text-align:center;
		border-radius:2vw;
		margin-right:1vw;
		font-weight:bold;
		margin-bottom:1vw;
	}
	.slide-text {
		left: 0;
		top: 15%;
		right: 0;
		margin: auto;
		padding: 10px;
		position: absolute;
		text-align: left;
		padding: 10px 85px;
		
	}
}
@media only screen and (max-width:768px) {
	.slider{
		position:relative;
		border-top:solid 1px black;
		width:100%;
		margin-top:60px;
		height:calc( 100vh - 60px );
		background-color:black;
	}
	.sliderPic{
		position:relative;
		margin-top:0;
		top:0;
		width:100%;
		height:calc( 90vh - 60px );
	}
	.sliderPicImg{
		position:relative;
		margin-top:0;
		top:0;
		width:100%;
		height:120vw;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
	}
	.slider .iconTxt{
		display:inline-block;
		background-color:white;
		color:black;
		width:9vw;
		height:9vw;
		line-height:9vw;
		text-align:center;
		border-radius:9vw;
		margin-right:3vw;
		font-weight:bold;
		margin-bottom:1vw;
	}
	.slide-text {
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		padding: 10px;
		position: absolute;
		text-align: left;
		padding: 10px 85px;
		
	}
	.slide-text > h1 {
		text-shadow:1px 1px 3px black;
		font-weight:bold;
		font-size: 6.6vw;
		line-height: 11vw;
		margin-bottom:3vw;
	}

	.slide-text > h3 {
		font-size: 3.8vw;
		line-height: 6vw;
		text-shadow:1px 1px 3px black;
	}
	.slide-text > p {
		font-size: 3vw;
		line-height: 6vw;
		text-shadow:1px 1px 2px black;
	}
	.slide-text > p .iconTxt{
		text-shadow:none;
	}
	.slide-text > a.btn-primary{
		width:100%;
		font-weight: 400;
		font-size: 2.6vw;
		margin-top:8vw;
	}
	
}