/* Video Page CSS
12/16/2023
Link to report: http://12t.co/en/video.html
*/


/* Base Structure */
html,
body {
  width: 100%;
  height: 100%;
}


/* Background */
body {
  display: table;
  width: 100%;
  height: auto;
  background: url(../img/bkg-gold.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color: darkorange;
 }



/* Text */
p {
  font-size: 1.2rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
}




.logo {
  position: absolute;
  top: 12px;
  left: 12px;
  overflow: hidden;
}



video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }



  /* Blockbuster */
@media only screen and (min-width:1280px) {  
.blockbuster {
    display: table;
    position: relative;
    width: 100%;
    /* height: 100vh; */
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background: center no-repeat;
  }
}


/* Header */
header {
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
   }



 /* Carousel settings  */  
#myCarousel {
    --f-carousel-slide-width: 100%;
    --f-progress-color: #ff8c00;
  }
  
#myCarousel .f-carousel__slide {
    padding: 0;
    background: black;
  }
  

  .f-carousel {
    --f-button-width: 50px;
    --f-button-height: 50px;
  
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 3;
  
    --f-button-color: rgb(0,0,0);
    --f-button-border-radius: 50%;
    --f-button-shadow: 0 6px 12px -2px rgb(50,50,93), 0 3px 7px -3px rgb(0,0,0);
  
    --f-button-bg: #ff8c00;
    --f-button-hover-bg: #f9f9f9;
    --f-button-active-bg: #f0f0f0;
  }



  .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .card {
    background-color: rgba(255,140,0,0.8);
    box-shadow: 0 6px 12px -2px rgb(50,50,93), 0 3px 7px -3px rgb(0,0,0);
  }


  .watch {
    width: 40px;
    box-shadow: 0 6px 12px -2px rgb(50,50,93), 0 3px 7px -3px rgb(0,0,0);
  }



.preview {
  display: none;
}

a:hover .film:last-child {
  display: block;  
}


a:hover .film:first-child {
  display: none;  
}

.gem {
  padding: 10px;
}

.break {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
}

