.media_panel {
  background: rgba(0, 17, 34, 1);
  width: 100%;
  float: left;
  padding: 85px 0 150px;
  margin-top: 0;

  overflow: hidden;
  clear: both;
  position: relative;
  z-index: 2;
}
.container{
width: 100%;
max-width: 1575px !important;
margin: 0 auto;
padding: 0 15px;
}
.gallery_nav {
  background: url(../images/h-line2.png) center 17px no-repeat;
  background-size: 72% 1px;
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.gallery_nav a:last-child {
  float: right;
}
.gallery_nav a {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 600;
  line-height: 30px;
  color: #686868; 
  text-transform: uppercase;
  display: block;
  float: left;
}
.gallery_container {
  width: 100%;
  float: left;
}

.gallery_container .g_tab_cont {
  width: 100%;
  float: left;
  display: none;
}
.g_slider_container {
  width: 1705px;
  float: left;
}
.g_video_slider_main {
  width: 800px;
  height: 500px;
  float: left;
  position: relative;
  /* margin-right: 20px; */
}
.g_video_arrow {
  position: relative;
  width: 100%;
  float: left;
  padding: 50px 0;
}
.g_video_arrow a.g_prev {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 30px;
}
.g_video_slider_thumb {
  width: 894px;
  height: 500px;
  float: right;
}
