.twelve-night-wrapper{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10% 15% 5%;
    font-family: Roboto;
}
.twelve-night-content img{
    max-width: none !important;
    width: 100%;
    margin-bottom: 30px;
}
.twelve-night-heading h3{
    font-size: 29px;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
}
.twelve-night-heading p{
    font-size: 13px;
    color: #A5A5A5;
    line-height: 121.69%;
    margin-bottom: 60px;
}
.twelve-night-heading{
    padding: 0 5%;
}
.twelve-night-lens{
    display: flex;
}
.twelve-wide{
    color: white;
    border-bottom: 1px solid #A5A5A5;
    font-size: 16px;
    padding: 0 10px 4px;
    font-weight: 700;
}
.twelve-ultra-wide{
    color: #5A5A5A;
    border-bottom: 1px solid #5A5A5A;
    font-size: 16px;
    padding: 0 10px 4px 15px;
    font-weight: 700;
}
#wide-angle{
    display: none;
}
.twelve-night-content-two{
    display: none;
}
#wide-pic{
    display: none;
}
@media only screen and (max-width: 1580px){
    .twelve-night-wrapper{
        padding: 10% 10% 5%;
    }
}
@media only screen and (max-width: 1080px){
    .twelve-night-wrapper{
        padding: 10% 15% 5%;
    }
}
@media only screen and (max-width: 726px){
    .twelve-night-wrapper{
        padding: 10% 10% 5%;
    }
    
}
@media only screen and (max-width: 490px){
    .twelve-night-wrapper{
        padding: 0;
    }
    .twelve-night-lens{
        display: none;
    }
    .twelve-night-heading{
        padding: 10% 10% 5%;
    }
    .twelve-night-content-two{
        display: block;
        color: white;
        text-align: right;
    }
    .twelve-night-content img{
        display: none;
    }
    .twelve-night-content{
        text-align: right;
        margin-bottom: 30px;
    }
    .twelve-night-content-two img{
        width: 100%;
        max-width: none !important;
    }
    #wide-angle{
        display: block;
        color: white;
        margin-right: 10px;
        font-weight: bold;
    }
    #wide-pic{
        display: block;
        max-width: none !important;
        width: 100%;
        margin-bottom: 0;
    }
    .twelve-night-heading p{
        margin-bottom: 20px;
    }
    .twelve-night-content-two p{
        margin-right: 10px;
        font-weight: bold;
    }
}


