.img-hex {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  
  .hexagon-gallery {
    margin: auto;
    margin-top: 50px;
    max-width: 500px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 160px;
    grid-gap: 5px;
    padding-bottom: 50px;
  }
  
  .hex {
    display: flex;
    position: relative;
    width: 200px;
    height: 225px;
    background-color: #dde7e9;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  }
  
  /* .hex:before{
    content:'';
    position:absolute;
    opacity:0.5;
    width:350px;
    height:70px;
    background:white;
    top:0;
    left:0;
    z-index:1;
    transform:rotate(45deg);
    transition:transform 0.5s;
  } */
  
  .hex:hover:before{
    transform: translate(-100px,400%) rotate(45deg);
    transition:transform 0.5s;
  }
  
  .hex:hover{
    transform:scale(1.5);
    transition:transform 0.2s;
    z-index:10;
  }
  
  .hex:first-child {
    grid-row-start: 1;
    grid-column: 2 / span 2;
    
  }
  
  /* .hex:nth-child(2) {
    grid-row-start: 1;
    grid-column: 4 / span 2;
  } */
  
  /* .hex:nth-child(3) {
    grid-row-start: 1;
    grid-column: 6 / span 2;
  } */
  
  .hex:nth-child(4) {
    grid-row-start: 2;
    grid-column: 1 / span 2;
    
  }
  
  .hex:nth-child(5) {
    grid-row-start: 2;
    grid-column: 2 / span 2;
    
  }
  
  .hex:nth-child(6) {
    grid-row-start: 2;
    grid-column: 4 / span 2;
    
  }
  
  /* .hex:nth-child(7) {
    grid-row-start: 2;
    grid-column: 7 / span 2;
  } */
  
  /* .hex:nth-child(8) {
    grid-row-start: 3;
    grid-column: 2 / span 2;
  } */
  
  /* .hex:nth-child(9) {
    grid-row-start: 3;
    grid-column: 4 / span 2;
  } */
  
  /* .hex:nth-child(10) {
    grid-row-start: 3;
    grid-column: 6 / span 2;
  } */


/* style video gallery  */

.block {
  width: 100%;
}

.block_content {
    width: 960px;
    margin:0 auto;
    border: 1px solid #4d4b49;
    background-color: #262626;
    font-size: 12px;
    color: #b0aeac;
}

#game_highlights {
    color: #626366;
    margin-bottom: 1px;
    height: 466px;
    background-image: url(http://cdn4.store.steampowered.com/public/images/v5/game_highlight_bg.png );
    background-repeat: repeat-x;
    background-position: top;
}

div.leftcol {
    width: 630px;
    float: left;
}

.highlight_ctn {
    height: 100%;
    padding-top: 16px;
    padding-left: 16px;
}

.highlight_overflow {
    overflow: hidden;
    width: 620px;
    height: 428px;
    position: relative;
}

#highlight_player_area {
    width: 620px;
    height: 349px;
    background-color: #000000;
    overflow: hidden;
    position: relative;
}

#highlight_player_area img{
	width:100%;
	height: 100%;
}

.highlight_player_item {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.screenshot_holder {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 600px;
    height: 338px;
}

#game_highlights a {
    color: #b0aeac;
}

#highlight_strip {
    margin-top: 4px;
    position: relative;
    height: 90px;
    margin-bottom: 4px;
    width: 100%;
    z-index: 40;
}

#highlight_strip_scroll {
    position: absolute;
}

.highlight_strip_item a{
    float: left;
    height: 90px;
    width: 120px;
    cursor: pointer;
    text-align: center;
    margin: 2px;
    background-color: #000000;
    position: relative;
    opacity: 0.5;
}

.highlight_strip_item img.movie_thumb {
    width: 100%;
}

.highlight_strip_item a.focus{
	opacity: 1;
}

.highlight_movie_marker {
    position: absolute;
    top: 16px;
    left: 42px;
    width: 32px;
    height: 32px;
    background-image: url(http://cdn4.store.steampowered.com/public/images/v5/ico_game_highlight_video.png );
}

div.slider {
    height: 13px;
    position: relative;
    background-color: #323232;
}

div.slider div.handle {
    position: absolute;
    top: 0px;
    width: 60px;
    height: 13px;
    cursor: pointer;
    background-image: url('http://cdn2.store.steampowered.com/public/images/v5/control_slider.png' );
    background-repeat: no-repeat;
    background-position: left;
}

div.rightcol {
    width: 308px;
    margin-left: 14px;
    float: left;
    overflow: hidden;
}

.glance_ctn {
    padding: 16px 16px 0px 0px;
}

.game_header_image_ctn {
    margin-bottom: 10px;
}

img.game_header_image {
    width: 292px;
    height: 136px;
}

.game_description_snippet {
    max-height: 105px;
    overflow: hidden;
}

.block .block_content .inner_rule {
    border-bottom: 1px solid #3c3d3e;
    margin: 16px 0px;
}

.block .block_content .inner_rule.small_margin {
    margin: auto;
}

.glance_tags_ctn {
    margin: 12px 0;
    font-size: 11px;
}

.glance_tags_label {
    line-height: 17px;
}

.glance_tags {
    white-space: nowrap;
    height: 22px;
}

.app_tag {
    display: inline-block;
    line-height: 19px;
    padding: 0 7px;
    color: #b0aeac;
    background-color: #384959;
    margin-right: 2px;
    border-radius: 3px;
    box-shadow: 1px 1px 0 0 #000000;
    cursor: pointer;
    margin-bottom: 3px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.linkbar {
    display: block;
    position: relative;
    height: 22px;
    background-image: url('http://cdn2.store.steampowered.com/public/images/v5/bg_link_bar.png' );
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 8px;
    color: #B0AEAC;
    margin-bottom: 2px;
    text-decoration: none;
}
a.linkbar:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.linkbar .rightblock {
    position: absolute;
    right: 8px;
}

/* end style video gallery  */

.text-grid{
    width: 390px;
    text-align:center;
}


  @media only screen and (min-width: 360px) and (max-width: 767px){
      /* hexagon gallery */
      .hex{
        width: 90px;
        height: 110px;
      }

      .hexagon-gallery{
        grid-auto-rows: 90px;
      }

      /* .one-third.mcb-wrap {
            width: 40.333% !important;
        } */

      .icon-value{
          width: 350px;

      }
      /* end hexagon gallery */

      /* top bar menu */
      #Top_bar .logo {
            float: left;
            margin: 0px 0px 0px 0px;
        }

        /* #logo {
            padding: 0px 70px 0px 0px;
            margin: 5px 42px 15px 20px;
        } */
      /* end top bar menu */
      /* start mobile page blue coolant degreaser */
      .column-second-image > img{
        width: 260px;
      }
      .text-grid{
          width: 230px;
      }
      /* end start mobile page blue coolant degreaser */
      /* start style video */
        .highlight_player_item {
            width: 100%;
        }
        .block {
            width: 60%;
        }
        .block_content {
            width: 335px;
            font-size: 10px;
        }
        div.leftcol {
            width: 250px;
        }
        #highlight_player_area {
            width: 300px;
        }

        #highlight_strip {
            margin-top: 2px;
            height: 50px;
            margin-bottom: 2px;
            width: 50%;
        }

        div.rightcol {
            display: none;
        }

        .highlight_strip_item a{
            height: 60px;
            width: 120px;
        }
    iframe {
        max-width: 100%;
    }
      /* end style video */
      
  }

.our-service-text{
    width:60% !important; 
    padding-top:35px !important;
}

.our-service-img{
    width:25% !important; 
}

.our-service-span{
    color:#fff; 
    font-size:20px !important; 
}

.our-service-mobile-view{
    display: none;
}

.our-service-desktop-view{
    display: block;
}

.icon_value_mid_responsive{
    display: block;
}

.icon_value_top_responsive{
    display: none;
}

  @media only screen and (min-width: 360px) and (max-width: 767px){

    .icon_value_mid_responsive{
        display: none;
    }

    .icon_value_top_responsive{
        display: block;
    }

    /* start style resize subheader our services */
    .our-service-text{
        width:60% !important; 
        padding-top:20px !important;
        padding-bottom:20px !important;
        padding-left:10px !important;
        float: left !important;
    }

    .our-service-img{
        width:25% !important;
    }

    .our-service-img > img{
        width:80px !important;
    }

    .our-service-span{
        font-size:17px !important;
        padding-top: 10px;
    }

    .our-service-desktop-view{
        display: none;
    }

    .our-service-mobile-view{
        display: block;
    }
    /* end style resize subheader our services */

  }




  