/*
@Author: Dave Haines
This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/
ul.bullets {
	list-style-type: disc;
	list-style-position: inside;
}

.testcenter {
  text-align: center;
}

.fb-video-wrapper {
    width: 50%;          /* controls visual size */
    margin: 0 auto;      /* center it */
}

.fb-video-container {
    position: relative;
    padding-bottom: 177.78%;
    height: 0;
    overflow: hidden;
}

.fb-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
  .fb-video-wrapper {
    width: 90%;
  }
}