.wp-video{
  max-width: 100%;
}
.wp-video video{
  width: 100%;
  height: auto;
}
.mpcs-lesson.current {
    background: #ffffff !important;
    color: #223974;
    font-weight: 600;
}
.mpcs-section {
	background-color: transparent !important;
}
#mpcs-main #bookmark {
    background: #dbe2ea !important;
}
.mpcs-section-title {
    border-radius: 4px;
    background: #f5f5f5 !important;
    border: 1px solid whitesmoke;
}
.mpcs-lesson:hover {
    background-color: #fbfbfb !important;
}
.mpcs-lesson .btn {
    font-size: .7rem;
    height: 1.5rem;
    line-height: 1rem;
    background: transparent !important;
    color: #223974;
    text-decoration: underline;
}