@media only screen and (min-width: 992px){
    .mobile-only {
        display: none !important;
    }
}


/* ----- */

.content-fhg {
    text-align: center;
    color: #fff;
}

.fixed-width-fhg {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}

html, body {
	min-width: 320px;
}

.title-fhg {
    font-size: 45px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.title-desc{  
    font-weight: 400;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

@media (max-width: 1200px) {
    .page-header.mb-3 {
        margin-top: 40px;
    }
    .title-fhg {
        font-size: 40px !important;
    }
}

@media (max-width: 430px) {
    .title-fhg {
        font-size: 30px;
        line-height: 25px;
    }
}

.main-footer {
    margin-top: 1rem;
}

@media only screen and (max-width: 1020px){

    .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
}

@media only screen and (max-width: 767px) {
    .navbar {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.container-fhg {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    font-size: 16px;
    text-align: center;
}

/* custom photo */
.thumb-div,
.grid-sizer {
    width: 25%;
    display: inline-block;
}
#main {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}
#main.videoWrap {
    max-width: 1400px;
    height: auto !important;
}
.thumb-div img{
    width: 100%;
    padding: 5px;
}
.fancybox-active #nav-container .navbar {
    z-index: 0;
}

@media only screen and (max-width: 1450px) {
	#main {
		max-width: 1400px;
	}
}

@media only screen and (max-width: 767px) {
  .thumb-div,
  .grid-sizer {
      width: 33.3%;
  }
}
@media only screen and (max-width: 736px) {
  .section-title {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 615px) {

  .thumb-div,
  .grid-sizer {
    width: 50%;
  }
}
@media only screen and (max-width: 375px) {
  .thumb-div,
  .grid-sizerr {
    width: 100%;
  }
  .footer-wrap .join-now {
    font-size: 21px;
  }
}
.row > .thumb-div {
    padding: 0;
}
/* end custom photo */
.video-js .vjs-big-play-button {
    background: none !important;
    border: none !important;    
}
/* Mobile Fix: description width, video player width, video player play button */
@media only screen and (max-width: 812px) {
    .page-videos main .col-md-12 {
        width: 80% !important;
    }
    .item-info h2 {
        font-size: 32px;
        line-height: 1em;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .item-info .desc {
        padding: 0 3vw !important;
    }
    .page-videos main .col-md-12 {
        width: 100% !important;
        padding: 0 !important;
    }
    .video-js .vjs-big-play-button {
        top: calc(50% - 20px) !important;
        left: calc(50% - 10px) !important;
    }
}
.main {
    text-align: center;
    padding-top: 20px;
}
@media only screen and (min-width: 767px) {
    .main {
        padding-top: 100px;
    }
}