/**
 * Theme Name: Face Sheets: NBA Generic Child
 * Author: the National Basketball Association
 * Author URI: https://nba.com/
 * Description: A simple WordPress theme developed specifically for the NBA.
 * Version: 1.1.0
 * License: This theme is the sole property of the NBA. Use of this theme without express written consent is strictly prohibited.
 * Text Domain: nba_generic
 * Template: nba-generic
 *
 * @ Copyright National Basketball Association, 2015. All Rights Reserved.
 */


/* Updated Facesheet CDN Image Styles */
.facesheet-updated .facesheet .image {
    height: auto;
    background: #6D6D6D;
  }
  
  .facesheet-updated .image img {
    max-width: 80%;
  }
  
  @media print {
      body .facesheet-updated {
          -webkit-print-color-adjust:exact !important;
          print-color-adjust:exact !important;
      }
  
      .facesheet-updated .facesheet .image {
          height: auto !important;
          background: #6D6D6D !important;
        }
        
      .facesheet-updated .image img {
          max-width: 80% !important;
        }
  
      .facesheet-updated .facesheet .benches h4, .facesheet .benches h3, .facesheet .starters h4, .facesheet .starters h3 {
          display: block;
          float: none;
          margin-left: 0;
      }
  }