
/* Large Screen*/
@media only screen and (min-width: 1201px) {

	.container {
        max-width: 90%!important;
        padding: 0px 80px !important;
    }
}

@media only screen and (min-width: 1300px) {

	header .container {
        max-width: 100%!important;
        padding: 0px 80px !important;
    }
}

@media only screen and (max-width:767px){
	.container{
		max-width:515px!important;
	}
}
@media only screen and (max-width:575px){
	.container{
		max-width:420px!important;
	}

@media (max-width: 767.98px) {
  #size-wrapper {
    flex-wrap: wrap;
  }

  #size-wrapper > a {
    flex-basis: 100%;
    margin-top: 10px !important;
    margin-left: 0 !important;
    text-align: left;
	padding:0px; 
  }
}  


@media only screen and (min-width: 1201px) {
  .half-section .container {
    max-width: 90% !important;
    padding: 0px 100px 30px 200px !important; 
  }
} 