/*
Theme Name:   Somentra Child
Theme URI:    https://themeforest.net/user/greatives
Description:  Somentra Child Theme
Version:      2.1.0
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     impeka
*/

@media (max-width: 767px) {
  #grve-portfolio-quick-view {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }

  #grve-portfolio-quick-view .grve-quick-view-media {
    flex: 0 0 auto;      /* no strict 50% lock */
    max-height: 50vh;    /* limit to half of viewport */
    height: auto;
  }

  #grve-portfolio-quick-view .grve-quick-view-description {
    flex: 1;
    overflow-y: auto;    /* ensures scroll works */
    padding: 20px;
    min-height: 50vh;    /* guarantees text area is at least half screen */
  }

  #grve-portfolio-quick-view .grve-bg-image {
    background-size: cover;
    background-position: center;
  }
}


