/*
Theme Name: A. B. Martin
Version: 1.1
Author: WebTek
Author URI: http://www.webtekcc.com/
*/


.aligncenter { text-align:center; }

.alignleft { float:left; margin-right:30px; margin-bottom:30px; }

.alignright { float:right; margin-left:30px; margin-bottom:30px; }



.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50002;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(51,51,51,0.9) !important;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: left !important; 
  border-top: none !important; 
}


.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0,</code>

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