/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.portfolio-video {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index: 5;
}

.portfolio-items .col :has(video) img {
    scale: 1;
    position: relative;
    z-index: 10;
    transition: opacity .5s !important;
}

.portfolio-items .col:hover :has(video) img {
    transform: scale(1) !important;
    opacity: 0;
}