.keynote-speaker .row .key-text{
   display: flex;
  align-items: center;
}

.key-text div a{
    color:white;
}

.key-text div a:hover{
   text-decoration:none;
}

.firstname{
        font-family: 'Montserrat', sans-serif !important;
}

.lastname{
   font-size: 60px;
}

.bg-card1{
   cursor: pointer;
   position: relative;
   padding: 0px;
  
   /* margin:10px; */
}

.bg-card1:hover{
   position: relative;
 background-color:rgba(28, 79, 83, 0.3);/*rgb(0, 0, 0);*/
 margin: 0px;
 padding: 0px;
}



.key-user{
    margin: 5px;

}

.img-text {
     padding-top: 3px;
   text-align: center;
   bottom: 8px;
   left: 16px;
}

.img-text p{
   font-size: small;
}



.keyhead h2 {
   display: flex;
   flex-direction: row;
   font-family: 'Bebas Neue',
      cursive!important;
   color: white;
   font-size: 50px;
}

.keyhead h2:after {
   content: "";
   flex: 1 1;
   border-bottom: 3px solid rgb(255, 255, 255);
   margin: auto;
   margin-left: 4px;
}

.mobile-keynotes{
   display: none;
}

@media screen and (max-width:768px) {
 .full-keynote{
    display: none;
 }

 .mobile-keynotes {
    display: block;
 }
}