.modal-backdrop {
    display: none;
}

.service_moto {
    padding-top:8px;
    font-size: 1.4em
}
.service_name {
    margin: 0px;
    padding: 0px;
    font-size: 1.8em;
    font-family: Heebo;
    color: #ba3098;
}
/* big screen */
@media (min-width: 544px) {
    .service_name {
        font-size: 2.5em;
    }
    .service_moto {
        font-size: 1.7em;
    }
}
.carousel {
    margin-bottom: 20px;
    direction: ltr;
}
.carousel-caption {
    z-index: 10;
}


.embed-container { margin-bottom:15px;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }