.twelve-pro-glass-wrapper{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2% 15%;
}
.twelve-pro-glass-left img{
    max-width: none !important;
    width: 100%;
    padding-right: 15px;
}
.twelve-pro-glass-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.twelve-pro-glass-bottom{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.twelve-pro-glass-right p{
    color: #A5A5A5;
    font-size: 10px;
    text-align: right;
}
.twelve-pro-glass-bottom p{
    color: white;
    font-size: 12px;
    margin-right: 15px;
}
.twelve-pro-glass-bottom div{
    width: 10px;
    /* height: 10px; */
}
.twelve-pro-glass-bottom div img{
    object-fit: cover;
    width: 100%;
}
#blue-circle{
    margin: 0 15px;
}
.twelve-pro-glass-top img{
    max-width: none !important;
    width: 100%;
}
#glass{
    display: none;
}
@media only screen and (max-width: 1580px){
    .twelve-pro-glass-wrapper{
        padding: 2% 10%;
    }    
}
@media only screen and (max-width: 1080px){
    .twelve-pro-glass-wrapper{
        padding: 0 15% 5%;
        flex-direction: column
    }    
    .twelve-pro-glass-top{
        display: none;
    }
    .twelve-pro-glass-bottom{
        justify-content: flex-start;
        align-items: center;
    }
    .twelve-pro-glass-left img{
        padding: 0;
        margin-bottom: 30px;
    }
    #glass{
        display: block;
        position: absolute;
        color: #A5A5A5;
        font-size: 10px;
        margin-top: 66%;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 726px){
    .twelve-pro-glass-wrapper{
        padding: 0 10% 5%;
    }
    #glass{
        margin-top: 74%;
    }
}