.bannerRow {
    margin-bottom: 0;
    padding: 0
}
.bannerRow .container {
    padding: 0 0 30px;
    margin: 0;
    width: 100%;
    max-width: none
}
.slide .camera_wrap {
    margin: 0!important
}
.rowExt ul {
    vertical-align: top;
    display: inline-block;
    width: 100%
}
#back_to_camera {
    background: rgba(255, 255, 255, .9);
    clear: both;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    position: relative;
    z-index: 1
}
.fluid_container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0
}
.camera_bar {
    z-index: 2
}
.camera_thumbs {
    margin-top: -100px;
    position: relative;
    z-index: 1
}
.camera_thumbs_cont {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.camera_overlayer {
    opacity: .1
}
.contentPos-center,
.contentPos-left,
.contentPos-right {
    text-align: center
}
.contentPos-left {
    position: absolute;
    left: 4%;
    top: 20%;
    width:40%;
    display: inline-block
}
.contentPos-right {
    position: absolute;
    right: 10%;
    top: 25%;
    width:40%;
    display: inline-block
}
.contentPos-center {
    position: absolute;
    left: 50%;
    margin-left: -25%;
    top: 25%;
    width: 50%;
    display: inline-block
}
.camera_effected h2{
    background: none;
    color: #000;
    display: inline-block;
    font-size:60px;
    font-weight:bold;
    line-height:60px;
    margin-bottom:0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%
	position:relative;
}
.camera_effected h2:before{
    background:#27aba6;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -10%;
    position: absolute;
    width: 20%;
}

.camera_effected .slidedescription {
    color: #717171;
    font-size:15px;
    line-height: 19px;
    margin:47px 0 5%;
    text-align: center;
}
.camera_effected .bannerButton {
    cursor: pointer;
    display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    margin: 0;
    padding: 5px;
    text-decoration: none
}
.camera_effected .bannerButton span {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    padding: 15px 35px
}
.camera_effected .bannerButton:hover,
.camera_effected .bannerButton:hover span {
    border-width: 1px;
    border-style: solid
}
@media (max-width: 1023px) {
    .contentPos-center,
    .contentPos-left,
    .contentPos-right {
        width: 60%
    }
}
@media (max-width:767px){
	.camera_effected h2 {
		font-size: 25px;
		font-weight: 300;
		line-height: normal;
	}
	.camera_effected .slidedescription{
		margin:5px 0;
		font-size:14px;
	}
}
@media (max-width: 640px) {
    .contentPos-center,
    .contentPos-left,
    .contentPos-right {
        left: 50%;
        margin-left: -50%;
        padding: 0 10%;
        right: auto;
        top: 10%;
        width: 100%
    }
}
@media (max-width: 479px) {
    .camera_effected .slidedescription{
        display: none
    }
    .camerarelative .btn-cart {
        margin-top: 20px
    }
}