/* Iphone */

.iphone-wrapper,
.iphone-screen {
    position: relative;
    width: 350px;
    height: 250px;
}
.iphone-screen {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
}
.iphone-content {
    position: absolute;
    z-index: 7;
    top: 0px;
    left: 20px;
    width: 350px;
    height: 250px;
}
.iphone-content .owl-pagination {
    display: none !important;
}
.iphone-content .slider-wrapper .owl-controls .owl-buttons .owl-prev {
    font-size: 95px;
    right: auto;
    left: -65px;
}
.iphone-content .slider-wrapper .owl-controls .owl-buttons .owl-next {
    font-size: 95px;
    right: -65px;
    left: auto;
}

.img-rep {
    display: block;
    width: auto;
    height: 250px;
}

.img-rep-all {
    display: block;
    width: 100%;
    height: 250px;
}

.item{
    margin-top: 40px;
}
.wrapper {
    height: 73px;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
}

.myP{
      font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1.6em;
    padding: 15px 0;
    opacity: .65;
    -moz-opacity: .65;
    filter: alpha(opacity: 65);
}

.myH2{
    font-size: 30px;
}

