.flexslider{
    border: none;
    margin: 0;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.35em;
    box-shadow: 1px 10px 10px 0 rgba(0,0,0,.3);
    overflow: hidden;
}
/*box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
1px 2px 2px 0 rgba(0,0,0,.14), 1px 3px 1px -2px rgba(0,0,0,.2), 1px 10px 5px 0 rgba(0,0,0,.5) */
.flexslider .slides img  {
    box-shadow: 1px 10px 10px 0 rgba(0,0,0,.3);
}
.flexslider .f-world{
    display:block;
    background:rgb(0,0,0,.5);
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.flexslider .slides p{
    line-height:2.5em;
    font-size:1.3em;
    padding-left:10px;
    margin-bottom:0;
    font-weight: 700; 
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: none;
}
.flex-direction-nav a{
	line-height: 2.5em;
}

@media screen and (max-width: 980px) {
    .flexslider{
        max-width: 35em;
    }
    .flex-control-nav{
        display: none;
    }
    .flex-direction-nav{
        display: none;
    }
}

@media screen and (max-width: 736px) {
    .flexslider{
        border: none;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 480px) {
    .flexslider .slides p{
        line-height:2em;
        font-size:1.1em;
    }
}