/**
 * Theme Name: Ink - Child Theme
 * Theme URI: https://codestag.com/themes/ink
 * Author: Codestag
 * Author URI: http://codestag.com
 * Description: A Modern and Elegant Photography theme for WordPress.
 * Version: 1.0.0
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: stag
 * Domain Path: /languages/
 * Tags: Tags: theme-options, fluid-layout, editor-style, featured-images, translation-ready
 * Template: ink
 */

.article-cover.videopage-cover {
  min-height: auto;
  height: auto;
  position: relative;
}

.videopage-cover {
  padding: 125px 0;
  padding:  8.8125rem 0;
}
.videopage-cover .entry-meta,
.videopage-cover .article-cover__arrow {
  display: none;
}
.videopage-cover .article-cover__background {
  top: 0;
}
.videopage-cover .article-cover__content {
  position: relative;
  top: 0;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.videopage-cover {
  position: relative;
  border-bottom: 2px solid #fff;
}
.videopage-cover__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.videopage-cover .hentry {
  position: relative;
  z-index: 3;
}

.error404 .videopage-cover {
  margin-bottom: 50px;
}