.homeBtns{
    min-height: 75%;
    min-height: 75vh;
    display: flex;
    align-items: center;
}

.carousel-indicators > li{
    border-radius: 100%;
    width:10px;
    height:10px;
}
.mask {
    color:white;
    width: 100%;
    height: 100%;
}
.parallex{
    background-size: cover;
    min-height: 100vh;
    position: relative;
}
@media screen and (max-width: 768px) {
    .parallex{
        min-height: 100vh;

    }
}

.parallexcontent{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
