/*
.video-container {
  object-fit: cover;
  width: 100%;
  height: 100vw;
  top: 0;
  left: 0;
  right: 0;
    bottom: 0;
    transform: scale(1);
  overflow: hidden;

}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}
*/

/*------------------------------------
            SLIDER - VIDEO - IMG
--------------------------------------*/
/*.slides {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*     height: 580px;*/
/*}*/

/*.slides .hotfigg{*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 530px;*/
/*    z-index: -1;*/
/*    display: inline-block;*/
/*    */
/*}*/

/*.slides .hotfigg video{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 580px;*/
/*    object-fit: cover;*/
/*}*/

.slides .hotfigg .navigationss{
 position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slides .hotfigg .navigationss .li{
    list-style: none;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 4px;
    background: #fff;
    padding: 3px 3px 0;
    opacity: 0.7;
}
/*

.slides .hotfigg .vidcontent{
    position:absolute;
    top:0; left:0;
    background: transparent;
    color:white;
    margin: 220px 360px;
    width: 360px;
    height: 0 auto;
}*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slides {
    box-sizing: border-box;
     height: 14em;
 }

    .slides .hotfigg {
    padding: 30px 0px;
      width: 250px;
      height: 14em;
  }

    .slides .hotfigg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 14em;
 }

}
