.glasses-section{
    background: url("/media/images/NewStyle/img/elements/glass.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10% 0;
}

.content h3{
    font-family: Myrid;
    color: white;
    padding: 0 0 1% 10%;
    font-size: 200%;
    transition: all 0.3s ease-out 0s;
}

.content h3:hover{
    cursor: pointer;
    color: yellow;
}

.padding-container{
    padding:3% 5% !important;
}


.col-height{
    padding:0
}

.col-height div{
    height: 50%;
}

.verticall img, .horizentall img{
    width:100%;
    height: 100%;
}


.content h3:before{
    font-family: "Font Awesome 5 Free";
    content:"\f0c8";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    color:yellow;
    border-radius: 0;
    font-size: 20px;
}

.container{
    padding:3% 5% 0 ;
}

.horizentall{
    display: block;
}

.verticall{
    display: block;
}

.zero-padding{
    padding-right: 0;
}


@media only screen and (max-width:1600px){
    .container{
        padding:2% 8% !important;
    }
    
    .image1{
        width:60%;
    }
}

@media only screen and (max-width:1450px){
    .image1 {
        width: 50%
    }
}


@media only screen and (max-width:1300px){
    .container{
        padding:7% 14% 3%!important
    }
    
    .content h3{
        font-size:160%
    }
}

@media only screen and (max-width:991px){
    .container{
        max-width:700px !important;
    }
    .image1 {
        width: 50%
    }
    
    .glasses-section{
        padding:120px 0 70px;
    }
    .content h3{
        font-size:140%
    }
    
    .container{
        padding:4% 4% 3%!important
    }
}


@media only screen and (max-width:850px){
    .container{
        max-width:600px !important;
    }
    
    .col-md-8{
        padding:0 5px !important;
    }
    
    .col-md-4{
        padding:0 5px !important;
    }
    
    .content h3{
        font-size:120%;
    }
}


@media only screen and (max-width:670px) {

    .container{
        max-width:500px !important;
    }

}


@media only screen and (max-width:575px) {
    .content h3{
        font-size:200%;
        padding: 0 0 4%;
    }

    .image1{
        width:70%
    }

    .header{
        margin-bottom: 26%;
    }
    
    .content h3{
        display:flex;
        justify-content:left;
        padding-left:13%;
    }

    .container{
        padding: 13% 19% 0;
    }
    
    .horizentall{
    display: none;
}
    .container{
        max-width:400px !important;
    }

.verticall{
    display: none;
}

.glasses-section{
    padding-top:150px;
}
.glasses-section{
    background-position-x:center
}
}

@media only screen and (max-width:450px){
    .content h3{
        font-size:160%;
        margin-bottom:4%;
    }

    .container{
        max-width:300px !important;
    }
    .container{
        padding:11% 4% 3% !important ;
    }
    
    .glasses-section{
    padding-bottom:130px;
}

    .image1{
        width:72%;
        margin-left:5%;
    }
    
    .header{
        margin-bottom: 22%;
    }
}
