.kinect {
    display: block;
    margin-top: 20px;
    text-align: center;
}
.kinect  img {
    width: 20%;
}
.peKenBurns {
    /*width: 900px;*/
    /*height: 500px;*/
    margin:  0 auto;
}
@media (max-width: 480px){
    .peKenBurns, .kinect {
        display: none;
    }
}
@media (min-width: 481px) and (max-width: 767px){
    .peKenBurns {
        width: 450px;
        height: 300px;
        margin:  0 auto;
    }
}
@media (min-width: 768px) and (max-width: 899px){
 	.peKenBurns {
            width: 700px;
            height: 510px;
            margin:  0 auto;
        }
}
@media (min-width: 900px) and (max-width: 979px){
    .peKenBurns {
        width: 740px;
        height: 450px;
        margin:  0 auto;
    }
}
 
.peKb_slideBtns li {
    padding: 0 !important;
}
.peKenBurns .peKb_slides .peKb_caption h1, .peKenBurns .peKb_slides .peKb_caption h2, .peKenBurns .peKb_slides .peKb_caption h3, .peKenBurns .peKb_slides .peKb_caption h4, .peKenBurns .peKb_slides .peKb_caption p {
    color: #FFFFFF;
    font-family: helvetica,arial,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
}
.peKenBurns .peKb_slides .peKb_caption .btn {
    margin: 0 !important;
}