e4 {
    font-family: 'lobster_1.3regular';
    src: url('../font/Lobster/lobster_1.3-webfont.eot');
    src: url('../font/Lobster/lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Lobster/lobster_1.3-webfont.woff') format('woff'),
         url('../font/Lobster/lobster_1.3-webfont.ttf') format('truetype'),
         url('../font/Lobster/lobster_1.3-webfont.svg#lobster_1.3regular') format('svg');
    font-size: 36px;
	}
e5 {
    font-family: 'lobster_1.3regular';
    src: url('../font/Lobster/lobster_1.3-webfont.eot');
    src: url('../font/Lobster/lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Lobster/lobster_1.3-webfont.woff') format('woff'),
         url('../font/Lobster/lobster_1.3-webfont.ttf') format('truetype'),
         url('../font/Lobster/lobster_1.3-webfont.svg#lobster_1.3regular') format('svg');
font-size:24px;
	}

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

@media only screen and (max-width: 767px) {
e4 {
font-size:26px;
}

e5 {
font-size:21px;
}

}

@media only screen and (max-width: 568px) {
e4 {
font-size:21px;
}

e5 {
font-size:18px;
}
}

@media only screen and (max-width: 480px) {
e4 {
font-size:16px;
font-size:3.7vw;
}

e5 {
font-size:14px;
font-size:2.9vw;
}

}