/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .mss-students {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    margin-bottom: 0;
    max-height: 96%;
    max-width: 90%;
}
.uk-width-auto {
    width: auto;
}
.akiba-limited-units {
    background-color: #69bbd5;
    color: #fff;
    margin: 15px 0 0;
    text-align: center;
    padding: 10px 20px;
    display: block;
    font-size: 22px;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
    .mss-slide-callout img.mss-students {
        margin-bottom: 0 !important;
        width: inherit;
        height: inherit;
    }
}