@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
#strap {
font-family: "Oswald", sans-serif;
    overflow: hidden;
    position: relative;
    height: calc(95vh - 50px);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    z-index: 6;
    flex-direction: column;
    justify-content: center;
}
 
.slide {
	background-size: cover;
	background-position: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: end;
	flex-flow: column wrap;
}
 
.slide  .strapline {
	opacity: 0;
	font-weight: bold;
	background: white;
	color: black;
	max-width: 500px;
	padding: 39px;
	font-size: 55px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 2%;
}

.slide  .intro {
    font-size: 32px;
    text-transform: none;
    margin-top: 30px;
    font-weight: 400;
}

.slide  .action a {
    padding: 15px 40px 15px 40px;
    color: white;background: green;
    border-radius: 50px;border: 3px solid white;
    -webkit-box-shadow: 0 2px 2px 2px #242424;
    box-shadow: 0 2px 7px 1px #242424c7;
}
.smallSlides {
    height: 45vh !important;
}

@media (max-width: 906px) 
{
    
    .smallSlides {height: 70vh !important;}
    
.slide {
	padding:0;
	}
.slide  .strapline {
	position: relative;
	top:-60px;
	opacity: 0;
	font-size: 40px;
	padding-bottom: 30px;
	box-sizing: border-box;
	max-width: 90%;
	margin: auto;
	text-transform: uppercase;
	textshadow: 4px 4px 2px #171717;
	font-weight: bold;
	font-size:32px;
}	
 
}