﻿   .bg-speaker.speakers  {
      background: url(/SiteImages/conference/QU.png);
      padding: 25px;
      border-left:none
   }
   
    .bg-speaker.speakers .fact {

    margin-top: 3em;
    background-color: #8e1837bf;
    padding-top: 10px;
}
    .bg-speaker.speakers .counter {
     padding: 20px 0;
}
    .bg-speaker.speakers .stats-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
        margin-bottom: 2em;
}
.hover-zoomin a {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hover-zoomin:hover  a{
    color: #8e1837 !important;
    text-decoration: underline;
}
.ms-siteicon-img {
    display: block;
    height: 3.5rem !important;
}
@media only screen and (max-width: 1199px) {
    .menu-links .nav li :last-child {
     width:100%
    }
}