.gbArtikle{
    height: 400px;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -7px !important;
  }
  .img-source{
    margin-left: -25px;
    font-size: 10px;
  }
  .artTitle{
    margin-top:60px;
    margin-bottom:-7px;
  }
  .blog .blog-details .title {
    font-size: 24px;
  }
  .content p{
    text-align:justify !important;
  }
  .breadcrumbs .page-header {
    background-color: #354442;
  }
  .blog .sidebar .recent-posts img {
    width: 65px;
  }
  .blog-details .play-btn {
      width: 94px;
      height: 94px;
      margin-bottom: 20px;
      background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      overflow: hidden;
  }
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #008374; 
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #f3b45c; 
  }
  @media only screen and (max-width: 600px) {
    iframe{
        width:100% !important;
        height:100% !important;
    }
  }