/*large Screen*/

@media (min-width: 1920px) {

}


@media (min-width: 1367px) and (max-width: 1919px){

}

@media (min-width: 992px)and (max-width: 1024px){

}

/* Small devices (tablets, 768px and up) */
@media (min-width : 768px) and (max-width : 991px) {

}

/* Landscape Mobile */
@media only screen and (min-width : 480px) and (max-width : 767px) {

}

/*Mobile */
@media only screen and (min-width : 320px) and (max-width : 479px) {
	.size36 { font-size			: 18pt; }
	.size24 { font-size			: 12pt; }
	.br-tb-5050 {
		border-radius			: 50px 20px 50px 20px;
		overflow				: hidden;
		background-position		: center center;
		background-repeat		: no-repeat;
		outline					: transparent;
		background-size			: cover;
		-webkit-transition		: 300ms;
		-moz-transition			: 300ms;
		-o-transition			: 300ms;
		transition				: 300ms;
	}
}
