
/*
.navbar-brand>img {
   max-height: 100%;
   height: 100%;
   width: auto;
   margin: 0 auto;


   // probably not needed anymore, but doesn't hurt 
   -o-object-fit: contain;
   object-fit: contain; 

}
*/

/*
.speakers-body .item img {
  overflow:hidden;
  object-fit: cover;
  width:270px;
  height: 320px;
}
*/

#partner ul li a {
  background-color: transparent;
  text-align: center;
  opacity: 1;
}

.two-cols-description-with-slider .slider-bar .slides li {
  height: 491px !important;
}

.two-cols-description-with-slider .slider-bar .flexslider {
  height: 491px !important;
}

.table-single .meta-price .rate {
  font-size: 50px;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}

/*
#our-featured .video {
  margin-top: 50px;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  background-color: #000000;
}
*/
/*
.video-js {
    width: 100% !important;
    // height: 0px !important;
    // padding-top: 56.25%; 
}
*/

.video-js {
    width: 100% !important;
    height: auto !important;
}
/* or find aspect ratio of video, e.g. 16:9 and do calc(B/(A/100) = aspectRatio -> calc(9/(16/100) = 56.25% */

.vjs-fullscreen-control { 
    display: none; 
} 
