/*tony_media.css*/

/*iphone X portrait*/
@media screen and (min-width:280px) and (max-height:932px) and (orientation:portrait) {
/*.mx_, .m0_ {font-size:90%;}*/
#name {font-size:2em; /*width:300px*/}
#subtitle {font-size:1em; letter-spacing:2px; /*width:300px;*/}
/*#page {font-size:90%;}*/
/*.works_label {font-size:90%;}*/
.about_text {font-size:1em;}
#footer_title_1 {font-size:90%;}
#footer_title_2 {font-size:70%;}
.con {font-size:80%;}
}

/*iphone X landscape*/
@media screen and (max-height:450px) and (max-width:1000px) and (orientation:landscape)  {
/*.mx_, .m0_ {font-size:90%;}*/
#name {font-size:2em; /*width:300px*/}
#subtitle {font-size:1em; letter-spacing:2px; /*width:300px;*/}
/*#page {font-size:90%;}*/
/*.works_label {font-size:90%;}*/
.about {align-content:start;}
.about_text {padding:0 0 100px 0; font-size:1em;}
#footer_title_1 {font-size:90%;}
#footer_title_2 {font-size:70%;}
.con {font-size:80%;}
}