#homeslide{
height:60vh;
}
.homeslidespace{
margin-top:60vh;
}
.homeslide-slide{
height:60vh;
}
.homeslide-content{
top:15%;
}
@media only screen and ( max-width: 999px )
        {

.homeslidespace{
margin-top:0px;
}
}
@media only screen and ( max-height: 740px ) and (orientation : landscape)
        {
        .homeslide-content{
        font-size:0.5em;
        }
        }