/*
Theme Name: Evior Child
Theme URI: http://gossipthemes.com/evior
Author: Gossip Themes
Author URI: http://gossipthemes.com.com
Template: evior
Description: Make your modifications to Evior in this child theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: evior-child
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/


/* =Theme customization starts here
------------------------------------------------------- */
/* Mobile bis 768px: Bild über Balken, volle Breite */
@media (max-width: 768px) {
  .review__wrapper {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: .5rem;
  }
  .review__img-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto .5rem;
  }
  .review__img {
    width: 100% !important;
    height: auto !important;
  }
  .review__content {
    width: 100% !important;
    padding: 0 !important;
  }
}

