.night-camera {
    min-height: 886px;
    width: 100%;
    background-image: url('../../assets/xiaomi-12-series/xiaomi-12-pro/night-camera-background.png');
    background-repeat: no-repeat;
    padding: 200px 140px 0 140px;
    background-position: center;
}

.night-camera h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 121.69%;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.night-camera h2 span {
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 121.69%;
    color: #FFFFFF;
}

.night-camera p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 121.69%;
    color: #FFFFFF;
    max-width: 300px;
    margin: 0 0 80px 0;
}

.night-camera .img-container {
    display: flex;
    height: 600px;
    align-items: center;
    justify-content: center;
}

.night-camera .telephoto {
    /* display: none; */
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 121.69%;
    color: #FFFFFF;
}

.night-camera .trumpet-wide {
    display: block;
    max-width: calc(100% / 3);
    
}

.night-camera .trumpet {
    display: block;
    max-width: calc(100% / 3 * 2);
    align-self: baseline;
}

@media only screen and (max-width: 1325px) {
    .night-camera .img-container {
        display: none;
    }
}

@media only screen and (max-width: 1080px) {
    .night-camera .img-container {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .night-camera {
        min-height: 655px;
        padding: 200px 70px 0 70px;
    }
    .night-camera .img-container {
        display: none;  
    }
}