/*!
 * TTV Custom CSS v0.1 
 * Copyright 2020 Scott Hasty - Weather Metrics, Inc.
 */

.ttv-video-pane {
	background-image: url('../images/video-background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding:3%;
}
 
.wm-player {
	position: relative; 
	overflow: hidden; 
	padding-top:60%;
} 

.ttv-localbiz-pane {
	background-image: url('../images/text-ad-background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding:3%;
} 

.biz-title {
	background-color: #253678;
	color: #fff;
	
} 
.biz-header {
	color: #fff;
} 
 
li {
    display: block;
}

li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: ">";
    /*font-family: 'Glyphicons Halflings'; */
    /*font-size: 9px; */
    float: left;
    /*margin-top: 4px;*/
    margin-left: -17px;
    color: #fff;
}
.pad-spacing {
	padding-bottom: 20px;
	
}

.centered-content {
  /*position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  width: fit-content;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  
}

 