.faq-question, .faq-question:focus {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted;
    outline: none;
    box-shadow: none;
}

.faq-answer {
    display: none;
    margin-top: 10px;
}

.faq-videos {
    margin: 0 -15px;
}

.faq-videos:after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
}

.faq-video {
    padding: 0 15px 30px;
    max-width: 100%;
    float: left;
}