
	p.industry-category {
    top: 0px !important;
  }
  .latest-videos-list a p {
    overflow: hidden;
    word-wrap: break-word;
  }
  .blog-title {
    top: 27%;
  }
  .header-text, .carousel-caption {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  img.vdo-banner {
    position: absolute;
    opacity: 0.2;
  }
  .latest-videos-list a {
    height: auto;
    min-height: 256px;
    border-radius: 5px;
  }
  span.play-button {
    width: 90%;
    height: 97%;
    background-position: 50% 21%;  
  }
  .latest-videos-list a:hover img {
      opacity: 0.6;
  }
  @media (max-width: 600px) and (orientation: portrait) {
    div#thumbs {
      width: 100%;
    }
    .video-modal iframe {
      height: 181px;
    }
    .modal-dialog {
      width: auto !important;
    }
  }
  @media (max-width: 768px) and (orientation: portrait) { 
   .modal-dialog {
      width: auto !important;
    } 
  }
  @media (max-width: 768px) and (orientation: landscape) {
    div#thumbs {
      width: 50%;
    }
    .modal-dialog {
      width: 500px !important;
      margin: 0 auto;
    }
    .video-modal iframe {
      height: 200px;
    }
    .modal-footer {
      padding: 10px; 
    }
  }
  @media (min-width: 768px) and (max-width: 1340px) {
    div#thumbs {
      width: 33%;
    }
    span.play-button {
     top: -25px;
    }
    .latest-videos-list a {
      min-height: 250px;
    }
    .video-modal .modal-dialog {
      top: 6%;
       height: 435px;
    }
  }
  @media (min-width: 1341px) {
    div#thumbs {
      width: 20%;
    }
    .video-modal iframe {
      height: 435px;
    }
    .video-modal .modal-dialog {
      top: 6%;
    }    
  }
  @media (max-width: 767px) {
    span.play-button {
        background-position: 50% 35%;
    }
    .video-modal iframe {
      height: 250px;
    }
  }


