

/* KENBURNS STYLES 
-------------------------------------------------------*/

.slide-title{
    border:solid 8px;
    padding: 5px;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.white-border{
    border:8px solid white;
}



.black-border{
    border:8px solid black;
}

img.slide-title.black-border {
    width: 70% !important;
    height: 70% !important;

}

img.slide-title.white-border {
    width: 70% !important;
    height: 70% !important;

}