.cd-iphone-6, .cd-iphone-6>.cd-body {
    width: 23em;
    height: 48em;
}
.cd-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.cd-iphone-6 {
    background-image: url(http://gorovr.com/wp-content/themes/applay/images/iphone_background.png) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 83% !important;
}
.cd-iphone-6, .cd-iphone-6>.cd-body {
    width: 23em;
    height: 48em;
}
[class^='cd-iphone-6'] .cd-screen {
    top: 5em;
    left: 50%;
    margin-left: 0.3em;
    width: 20em;
    height: 37em;
}
.container img {
    max-width: 100%;
    height: auto;
}
div.slideshow {
    text-align: center;
    position: relative;
    
    height: 384px;
    border-radius: 5px;
    margin: 0 auto;
}
div.slideshow img {
    opacity: 1;
    z-index: 2;
    transition: .65s ease;
}
div.slideshow img {
    display: block;
    position: absolute;
    top: 76px;
    left: 0px;
    left: calc(50% - 108px);
    
}
.alert {
    
    z-index: 100;
    width: 100%;
    padding: 6px 5px;
 }
.alert-error {
    background-color: #e08989;
    border-color: #cc3739;
    color: #fff;
    text-align: left;
 }

.alert-alert {
    background-color: #d9534f;
    border-color: #cc3739;
    color: #fff;
    text-align: left;
 }

.alert-success {
    background-color: #5cb85c;
    border-color: #54aa98;
    color: #fff;
    text-align: left;
 }

.alert-notice {
    background-color: #80a9cd;
    border-color: #4177a6;
    color: #fff;
    text-align: left;
 }