@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
/*
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

/* .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } */
title {
  text-indent: 0.3m;
}

/* .thumbnail {
    background-image: url(images/thumb.jpg);
    /* background-size: 300px; */
    background-repeat: no-repeat;
    background-position: cover;
    /* border-radius: 50%; */
    background-clip: border-box;
    transition: background-size 0.2s;
    /* transition-timing-function: cubic-bezier(.07,1.41,.82,1.41); */

    display: block;
    width: 100%;
    height: 190px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
} */


.thumbnail-wrapper {
  display: inline-block;
  /* background: #000; */
}


.thumbnail-fade {
  vertical-align: top;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  opacity: 1;
}

.thumbnail:hover {
  background-image: url(images/cover-hover.jpg);
  opacity: 0.6;
}

.thumbnail {
  /* background-size: contain;
width: 300px;
height: 600px;
resize: both;
overflow: scroll;
padding: 50% 0 0;
background-image: url(images/cover.jpg); */
  width: 100%;
  height:300px;
  resize: both;
  display: block;
  background-image: url(images/cover.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 50% 0 0; */
  position: relative;
}

@media (min-width: 901px) {
   .thumbnail {
     height: 600px;
   }
}

@media (max-width: 900px) {
   .thumbnail {
     height: 300px;
   }
}

.btn {
  margin-top: 10px;
  width: 200px;
}
.sm_icon{
  width: 30px;
  margin: 6px;
  /* the height is adjusted automatically*/
}

.sm_icon:hover, .sm_icon:focus {
  width: 28px;
}

.featured-banner {
  /* height: 300px;
  width: 100%;
  position: relative;
    z-index: 4;
    color: rgb(255, 255, 255);
    background-color: rgb(14, 14, 14); */
}

.video-yt-sc-btns {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 990px) {
  .video-container {
    height: 60rem;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 80%;}
}
@media (max-width: 989px) {
  .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 200%;}
  .video-container {
    width: 100%;
      /* background-image: url(https://irs.www.warnerbros.com/hero-banner-v2-mobile-jpeg/movies/media/browser/garvity_banner.jpg); */
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 50% 0 0;
      position: relative;
  }
}



/* body {
  background-image: url('images/background1.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
 } */

html, body {
    height:75%;
    background-color: #000 !important; /* #212529!important */
}

p {
  color: #fff;
}

/* .wrapper {
  position: relative;
}

.wrapper:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('images/background.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.wrapper {
  position: relative;
} */

/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  /* color: rgba(255, 255, 255, .5); */
  color: rgba(255, 255, 255, .9);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  color: #fff;
  /* border-bottom-color: rgba(255, 255, 255, .25); */
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
