
  .asset {
	padding:6px;
  }
  .asset img{
	width:64px;
	height:64px;
  }
  @media only screen and (max-width:1000px) and (min-width:500px){
	.overlay{
	  top: 59%!important;
	}
  }
  @media only screen and (max-width:500px){
	.overlay{
	  top: 69%!important;
	}
  }
  @media only screen and (min-width:1000px){
	.browse-collection-page{
	  padding:0% 15%;
	}    
  }

  .row, section, h2{
	max-width:100%;
  }
  .asset_image img{
	padding:4%;
	border:solid 1px gray;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .asset_image img:hover{
	transform: scale(1.25);
	-webkit-transition: transform .25s ease-in-out;
  }

  a:hover{
	text-decoration: none;
  }

  .browse-collection-info{
	display:none;
  }

  .bci-series{
	display:none;
  }

  #disclaimer p {
    text-align: center;
    margin-top: 4em;
  }
  
  ul {
	display: flex;
	/*justify-content: space-around;*/
	justify-content: unset;
	flex-wrap: wrap;
  }

  .asset {
	width:14%;
	list-style-type: none;
  }


  @media only screen and (max-width:1000px){
	.asset {
	  width:25%;
	}
	.browse-collection-page ul {
    margin-left: 15px;
   }
  }
    
  
  
  





  .font {
	font-family: 'Bebas Neue', cursive;
  }
  .container-banner {
	position: relative;
	text-align: center;
  }
  .img-hometv {
	width: 100%;
  }
  #watch-now {
	padding: 16px;
	border-radius: 4px;
	background: white;
	color: #34b92f;
	font-size: 24px;
	font-weight: bolder;
  }
  figure.center-block img {
	width: 80%;
	max-width:100%;
  }
  b {
	color: #70b840;
  }
  #tv {
	max-width: 32px;
	margin-left: 8px;
  }
  .overlay {
	position: absolute;
	top: 49%;
	left: 9%;
  }
  
  @media screen and (max-width: 992px) {
	.overlay {
	  position:relative;
	  left:0;
	  right:0;
	  margin:auto;
	}
  }
  
  
  
  .btn-black {
	background: #333333;
	color: white!important;
  }
  .btns {
	margin-top: 32px;
  }
  .btns a {
	padding: 15px 40px;
	margin: 10px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  }
  #two {
	font-size: 14px;
  }
  .btn-font {
	font-weight: bold;
  }
  #what-is {
	margin: 0 auto;
  }
  #what-bg {
	background-image: url('/Images/HomeSC/2020/bg-faded.jpg');
  }
