img{ max-width:100%;}
.gimg {
  float: left;
  width: 420px;
  height: 250px;
  padding: 0px;
  border: 5px #ccc solid;
  margin: 5px;
}
.fixed-top {
  position: relative; 
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.connect{ font-size:20px !important;}
.bimg{ width:100%; padding:20px; border:1px #000 solid; }
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
.bg-icon {
  background: url(../img/bg-icon.png) center center repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-size: contain;
  border-radius: 25px;
}
.eml{ font-size:14px;} 
.wshare{ width:40%; margin:auto;}
.videobox{ width:70%; margin:auto; border:5px #000 solid; padding:5px; margin-top:20px; margin-bottom:20px; }
.videobox iframe{ width:100%; height:315px; }


@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 200px;
  }
   .videobox{ width:90%; margin:auto; border:5px #000 solid; padding:5px; margin-top:20px; margin-bottom:20px; }
   .videobox iframe{ width:99%; height:210px; }
}