body.transition .athletes-menu {
    -webkit-transition: height .8s ease-in-out;
    -o-transition: height .8s ease-in-out;
    transition: height .8s ease-in-out;
}

body.transition .athletes-menu li {
    -webkit-transition: opacity .3s ease-in-out, height .8s ease-in-out, width .5s ease-in-out;
    -o-transition: opacity .3s ease-in-out, height .8s ease-in-out, width .5s ease-in-out;
    transition: opacity .3s ease-in-out, height .8s ease-in-out, width .5s ease-in-out;
}

.athletes-menu {
    background: #000;
    border: 0;
    height: 75pc;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.athletes-menu.hide {
    height: 0!important;
}

.athletes-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.athletes-menu li {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-image-width: 0;
    display: block;
    height: 200px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.athletes-menu a {
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    min-height: 200px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.athletes-menu a i{    z-index: 1000;
    display: none;
    color: #FFF;
    text-shadow: 0px 2px 15px rgb(0, 0, 0);
    margin-top: 150px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.4em;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: border-color .2s linear, opacity .2s linear;
    -o-transition: border-color .2s linear, opacity .2s linear;
    transition: border-color .2s linear, opacity .2s linear;
    width: auto;
    z-index: 1;
   
} 

.athletes-menu a strong{
    border: 2px solid transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 140px;
    letter-spacing: .05em;
    line-height: 1.4em;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: border-color .2s linear, opacity .2s linear;
    -o-transition: border-color .2s linear, opacity .2s linear;
    transition: border-color .2s linear, opacity .2s linear;
    width: auto;
    z-index: 1;
}

.athletes-menu a em,
.athletes-menu a strong {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.athletes-menu a em {
    border-bottom: 2px solid #fff;
    font-style: normal;
    height: 90pt;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear;
    vertical-align: middle;
    width: 65px;
}

.athletes-menu a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65px;
}

body.transition .athletes-menu {
    -webkit-transition: height .8s ease-in-out;
    -o-transition: height .8s ease-in-out;
    transition: height .8s ease-in-out;
}

body.transition .athletes-menu li {
    -webkit-transition: opacity .3s ease-in-out, height .8s ease-in-out, width .5s ease-in-out;
    -o-transition: opacity .3s ease-in-out, height .8s ease-in-out, width .5s ease-in-out;
    transition: opacity .3s ease-in-out, height .8s ease-in-out, width .5s ease-in-out;
}

.athletes-menu:hover li {
    opacity: .45;
}

.athletes-menu li:hover {
    opacity: 1;
}

.athletes-menu li:hover video {
    display: block;
}

.athletes-menu.active {
    height: 25pc;
}

.athletes-menu.active a {
    min-height: 25pc;
}

.athletes-menu.active li {
    height: 0;
    opacity: .3;
}

.athletes-menu li.active {
    height: 25pc;
    opacity: 1;
}

.athletes-menu:hover li strong {
    opacity: 0;
}

.athletes-menu li:hover strong {
   /* border-color: #fff;*/
    opacity: 1;
    
}
.athletes-menu li:hover i { display: block;   }

.athletes-menu li:hover em {
    /*border-color: transparent;*/
}

.athletes-menu.active strong {
    opacity: 0;
}

.athletes-menu li.active strong {
    border-color: #fff;
    opacity: 0;
}

.athletes-menu li.active em {
    border-color: transparent;
}

.athletes-menu.active a {
    cursor: default;
}

.athletes-menu video {
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.athletes-menu ul li video {
    display: none
}

.athletes-menu ul li.active video,
.athletes-menu ul li:hover video {
    display: block;
}


@media all and (min-width:600px) {
    .athletes-menu {
        height: 25in;
    }
    .athletes-menu li,
    .athletes-menu.active {
        height: 25pc;
    }
    .athletes-menu.active li {
        height: 0;
    }
    .athletes-menu li.active {
        height: 25pc;
        opacity: 1;
    }
    .athletes-menu a {
        min-height: 25pc;
    }
    .athletes-menu a strong {
        top: 65%;
    }
}

@media all and (min-width:900px) and (min-height:550px) {
    .athletes-menu {
        border-spacing: 0;
        border-collapse: collapse;
        display: table;
        height: 450px;
        table-layout: fixed;
    }
    .athletes-menu a {
        min-height: 500px;
    }
    .athletes-menu ul {
        display: table-row;
    }
    .athletes-menu li {
        display: table-cell;
        height: auto;
        -webkit-transition: opacity .3s ease-in-out, width .5s ease-in-out;
        -o-transition: opacity .3s ease-in-out, width .5s ease-in-out;
        transition: opacity .3s ease-in-out, width .5s ease-in-out;
        width: 16.66667%;
    }
    .athletes-menu:hover li {
        width: 10%;
    }
    .athletes-menu li:hover {
        width: 50%;
    }
    .athletes-menu.active {
        height: 725px;
    }
    .athletes-menu.active li {
        height: auto;
        width: 0;
    }
    .athletes-menu li.active {
        height: auto;
        width: 100%;
    }
    .athletes-menu a strong {
        top: 75%;
    }
}
/*@media screen and (min-width: 480px) {
    .athletes-menu{display:none !important;}
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.athletes-menu{display:none !important;}
    }*/