
/*  Cameo Skin CSS ========================================= */

.mis-stage {
    /*background-color: #fff;*/
    height: 480px!important;
}
.mis-slider {
    /*  Slider element does not need to be a specific height
        Here we use it to create a stylish bar behind slides */
    margin-top: 138px;
    height: 80px;
    /*background-color: #eee;*/
}
.mis-slider li a {
    text-decoration: none;
    color: #666;
    display: block;
}
.mis-slider li figcaption {
    font-size: 1.725em;
}
.mis-slider li img {
    /*  Make max-width of image a little less than width of slide
        to avoid some browser shinking bugs */
    height:auto;
    /*  for really small screens make width 100% */
    width: 100%;
    /*  Make image round */
    /*border-radius: 50%;*/
    border: none;
}
.mis-slide {
    /*  Set width in pixels to restrict width of slides
        for multi-item slider, default width is 100%
        for single-item slider. Use padding to add space
        between slides */
    width: 400px;
    height: 400px;
    padding: 30px;
    /*  Undo the margin added by slider element */
    margin-top: -138px
}
.mis-nav-buttons a {
    color: #fff;
}
.mis-nav-buttons a:active{
    border:0 dashed #fff;
}
.mis-slide>a{
    padding:20px;
}
.mis-container{
    padding:20px;
}
.mis-slide>a>figure>h4{
    border-radius: 50%;
    overflow: hidden;
    width: 300px;
    height: 300px;
    display: block; margin: auto;
}
@media screen and (max-width:362px){
    .mis-slide {
        width: 360px!important;
    }

    .mis-slide>a>figure>h4{
        border-radius: 50%;
        overflow: hidden;
        width: 260px;
        height: 260px;
        display: block; margin: auto;
    }
}
@media screen and (max-width:322px){

    .mis-slide {
        width: 320px!important;
    }

    .mis-slide>a>figure>h4{
        border-radius: 50%;
        overflow: hidden;
        width: 230px;
        height: 230px;
        display: block; margin: auto;
    }

}