.videoH {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.videoH video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoH .container {
  position: relative;
  z-index: 2;
}

.videoH .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media (pointer: coarse) and (hover: none) {
  .videoH {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  .videoH video {
    display: none;
  }
}

.vendor_logos{
    width: auto;
    height: auto;
    max-width: 150px;
}

.dropdown-menu a:hover{
	background-color: #1A78D0;
	color: #fff;
}
.imgGallery{
    border: 3px solid #1B5FD5;
    border-radius: 15px;
    max-width: 580px;
}
.sel_img:hover{
    cursor: pointer;

}
.page_label{
    position: absolute;
    bottom: 0px;
    left: -300px;
    font-family: arial bold;
    font-size: 75px;
    opacity: 0.3;
    font-stretch: expanded;
    font-stretch: 50%;
    color: #000;
    z-index: 1;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}
.page_label{
    position: absolute;
    bottom: 0px;
    left: -300px;
    font-family: arial bold;
    font-size: 75px;
    opacity: 0.3;
    font-stretch: expanded;
    font-stretch: 50%;
    color: #fff;
}
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#facebook:hover{
    cursor: pointer;
}

#instagram:hover{
    cursor: pointer;
}

.sm_font{
    font-size: 16px;
}


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 344px) {
    .imgH150{max-height: 50px;}
    #phone_nbr{display: none;}
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
     .imgH150{max-height: 75px;}
     #phone_nbr{display: block;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .imgH150{max-height: 100px;}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .imgH150{max-height: 150px;}
    p{font-size: 1.3em;}
    .normal_font{font-size: 1.3em;}
}

