@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.banner_wrapper {
}
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cap-box {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    letter-spacing: 5px;

    float: right;
    padding-bottom: 30%;
    padding-right: 4%;
}
@media (max-width: 768px) {
    .carousel-caption {
        text-align: center;
        right: 10%;
        left: 10%;
    }
    .cap-box {
        float: none;
        padding-right: 0%;
        font-size: 1.6rem;
    }
}