.talent-list {
    position: relative;
    overflow: hidden;
    height: 600px;
}
.talent-list .talent-list-container {
    position: absolute;
    height: 950px;
    width: 120%;
    opacity: 0.75;
  
}
.talent-list .talent-list-container img.premium-talent-img {
    max-width: 150px;
}

.talent-list .talent-list-container div.premium-talent {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 180px;
    text-align: center;
    width: 150px;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
}

.center {
    margin: auto;
    height: 700px;
    padding: 10px;
    text-align: center;

   
 
  }

.talent-list-content{
   letter-spacing: 1px;
   color: #000;
   position: absolute;
   margin-top: 75px;
  }

      
  .centered {
    position: absolute;
    top: 50%;
    left: 25%;
    color:#ffffff;
    transform: translate(-50%, -50%);
  }  

  .centered > h2
  {

    margin-top: 70px
  }
  
  
  @media only screen and (max-width: 600px) {
  
  
    .mbr-section-hero .mbr-section-title {
       
        font-size: 2.125rem !important; 
        width: 90%;
       
    }
   
   
    .mbr-section-hero .mbr-section-lead {            font-size: 2.125rem !important;        }

  }
  
  .megenta
  {
 
 color: #990000;
 
 
  }
