﻿.cameras-brand-logos h3 {
    margin-bottom: 8px;
    margin-top: 8px;
    color: #222;
    display: inline-block;
    font-size: 18px;
    float: none;
    background: white;
}
.cameras-brand-logos img {
    width: 100%;
    height: auto;
}
.cameras-brand-logos {
    border: 1px solid #d6d7d6;
    text-align: center;
    padding: 0px;
    position: relative;
}
.cameras-brand-logos p {
    margin-bottom: 8px;
    margin-top: 8px;
    color: #B10351;
    display: inline-block;
    font-size: 13px;
    float: none;
    background: white;
}
.cameras-brand-logos .cameras-label {
    position: absolute;
    bottom: 40px;
    left: 20%;
    font-size: 110%;
    font-weight: 400;
}
.cameras-brand-logos .cameras-label {
    position: absolute;
    bottom: 40px;
    left: 7%;
    font-size: 110%;
    font-weight: 400;
}
.cameras-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning {
    /* background-color: #c79121; */
    background-color: #ff8800;
}
#MainContent_camerasDiv .sechead h2 {
    color: #f5fcf6;
    line-height: 37px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-left: 6px;
    height: 37px;
}
#MainContent_camerasDiv .sechead {
    margin-top: 0px;
    margin-bottom: 0px;
}
#MainContent_camerasDiv .sechead:before {
    background: #d75f25;
    left: 1px;
    width: 17px;
    top: 8px;
}
#MainContent_camerasDiv .sechead:after {
    border: 17px solid transparent;
    left: 1px;
    border-bottom-color: #d75f25;
    top: -9px;
}
#cameraDescriptionImage {
    background-repeat: no-repeat;
}

.cameraDescriptionImage img {
    width: 100%;
    height: 200px;
    opacity: 1;
}

.cameraDescriptionImage {
    position: relative;
    display: inline-block; /* Make the width of box same as image */
}

    .cameraDescriptionImage .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        right: 570px;
        text-align: center;
        top: 15%; /* Adjust this value to move the positioned div up and down */
        font-family: Arial,sans-serif;
        width: 60%; /* Set the width of the positioned div */
    }

    .cameraDescriptionImage h1 {
        font-size: 42px;
        color: white;
        background: rgba(255, 255, 255, 0);
        background: -webkit-linear-gradient(#7c0404, #af9494);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

  @media screen and (min-width:280px) and (max-width:760px) {
   
     .cameras-brand-logos {
        border: 1px solid #d6d7d6;
        text-align: center;
        padding: 0px;
        position: relative;
        letter-spacing: 1.3px;
        line-height: 33px;
        font-weight: 500;
    }

        .cameras-brand-logos img {
            width: 160px;
        }

        .cameras-brand-logos .cameras-label {
            position: absolute;
            bottom: 44px;
            left: 08%;
            font-size: 95%;
            font-weight: 500;
        }

        .cameras-brand-logos h3 {
            font-size: 14px;
        }
}
  @media screen and (max-width: 900px) and (min-width:761px) {
    .cameras-brand-logos img {
        width: 100% !important;
    }
}