<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'THCharmonman';
    src: url('../fonts/THCharmonman/THCharmonman.eot');
    src: url('../fonts/THCharmonman/THCharmonman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/THCharmonman/THCharmonman.woff2') format('woff2'),
         url('../fonts/THCharmonman/THCharmonman.woff') format('woff'),
         url('../fonts/THCharmonman/THCharmonman.ttf') format('truetype'),
         url('../fonts/THCharmonman/THCharmonman.svg#THCharmonman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'THSarabunNew';
	src: url('../fonts/THSarabunNew/THSarabunNew.eot');
	src: url('../fonts/THSarabunNew/THSarabunNew.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/THSarabunNew/THSarabunNew.woff2') format('woff2'),
		 url('../fonts/THSarabunNew/THSarabunNew.woff') format('woff'),
		 url('../fonts/THSarabunNew/THSarabunNew.ttf') format('truetype'),
		 url('../fonts/THSarabunNew/THSarabunNew.svg#THSarabunNew') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'THSarabunNewItalic';
    src: url('../fonts/THSarabunNew/THSarabunNewItalic.eot');
    src: url('../fonts/THSarabunNew/THSarabunNewItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/THSarabunNew/THSarabunNewItalic.woff2') format('woff2'),
         url('../fonts/THSarabunNew/THSarabunNewItalic.woff') format('woff'),
         url('../fonts/THSarabunNew/THSarabunNewItalic.ttf') format('truetype'),
         url('../fonts/THSarabunNew/THSarabunNewItalic.svg#THSarabunNewItalic') format('svg');
    font-weight: normal;
	font-style: normal;
}

/* PACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #aea377;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 6px;
}
/* PAGE */

html {
    font-family: sans-serif;
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.icw *, .icw *:before, .icw *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.icw {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #413919;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icw p { margin: 0 0 15px;}
.icw a { outline: 0;}
.icw img { max-width: 100%; border: 0;}

.fp-enabled body {
    -ms-overflow-style: none;
}
.fp-enabled body::-webkit-scrollbar { 
    display: none;
}

.visible-device { display: none !important;}
.nowrap { display: inline-block;}

.container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
}
.section {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.section .sc-inner {
    padding: 40px 0; 
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #f2f2f2;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index:3;
}
#section-hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-image: url(../img/hero-footer.jpg);
    background-repeat: repeat-x;
    background-size: auto 100%;
}
#section-hero .vdo-controls {
    width: auto;
    position: absolute;
    bottom: 30px; right: 0;
    z-index: 20;
    text-align: right;
}
#section-hero video::-webkit-media-controls {
    display:none !important;
}

.vdo-controls .share-group,
.vdo-controls .px-volume-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}
.vdo-controls .share-group + .px-volume-control {
    margin-left: 20px;
}
.vdo-controls .ic-label {
    font-family: 'DBThaiTextXBd';
    font-size: 20px;
    line-height: 0.8;
    border-bottom: 1px solid #e8e2cc;
}
a.btn-control {
    color: #e8e2cc;
    text-decoration: none !important;
}
a.btn-control .ic &gt; img {
    width: 30px;
}

.share-group a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #e8e2cc;
}
.share-group .ic {
    font-size: 19px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e8e2cc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 6px;
}

.social-group {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
    -moz-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
    -o-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
    transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
}
.social-group a {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: 6px;
}
.social-group a:first-child {
    margin-left: 0 !important;
}
.social-group .ic {
    font-size: 17px;
    margin-left: 0;
}
.no-touch .share-line { display: none;}

.share-group.active .social-group {
    opacity: 1;
    visibility: visible;
}
.share-group.active .social-group a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 440ms;
    transition-duration: 440ms;
}
.share-group.active .social-group a:nth-child(4) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}
.share-group.active .social-group a:nth-child(3) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.share-group.active .social-group a:nth-child(2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}
.share-group.active .social-group a:nth-child(1) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.share-alt .ic-label.hide {
    display: none;
}

#section-hero .hero-device .vdo-controls {
    bottom: 25px;
}
#section-hero .hero-device .vdo-controls .container {
    padding-right: 15px;
}
#section-hero .hero-device .share-group a {
    color: #8d8155;
}

#section-hero .hero-device .vdo-controls .ic-label,
#section-hero .hero-device .share-group .ic {
    border-color: #8d8155;
}
#section-hero .hero-device .share-alt .ic-label {
    display: inline-block;
}

#popup-share .share-group {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0; top: 50%;
    margin-top: -25px;
}
#popup-share .share-group a {
    color: #a89b6a;
    margin-left: 10px;
}
#popup-share .share-group .ic {
    border-color: #a89b6a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}

.ic, .ic-label {
    display: inline-block;
    vertical-align: middle;
}
.ic + .ic-label, .ic-label + .ic {
    margin-left: 6px;
}

.thumb-list:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    line-height: 0;
}
.thumb-list {
    position: relative;
    font-size: 0;
    text-align: center;
}

.thumb-item, .frame, .frame:after, .frame-play, .frame-title, .intro, .popup-desc {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;    
}
.thumb-item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333%;
    padding: 0 15px;
    margin: 0 0 40px;
}
.frame {
    position: relative;
    display: block;
    width: 270px;
    max-width: 100%;
    margin: 0 auto;
    border: 2px solid #aea377;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.frame:after {
    content: "";
    display: block;
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.1);
    opacity: 0;
}
.frame-play { 
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%; left: 50%;
    z-index: 2;
    margin-top: -23px;
    margin-left: -23px;
    background-image: url(../img/ic-play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.frame-title {
    display: inline-block;
    position: relative;
    padding: 17px 0 10px;
    font-family: 'THSarabunNewItalic';
    font-size: 24px;
    line-height: 1;
}
.frame-title:after {
    content: "";
    display: block;
    width: 86px;
    height: 1px;
    margin: 0 auto;
    background-color: #a89b6a;
    position: absolute;
    bottom: 0;
    left: 0; right: 0;   
}
.no-touch .thumb-item:hover .frame,
.no-touch .thumb-item:hover .frame-title {
    color: #ac8a01;
    border-color: #ac8a01;
}
.no-touch .thumb-item:hover .frame:after {
    opacity: 1;   
}
.no-touch .thumb-item:hover .frame-play {
    background-image: url(../img/ic-play-hover.png);
}

.intro {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
}
.intro .logo {
    margin: 0 auto;
}
.intro .text {
    font-family: 'THSarabunNewItalic';
    font-size: 28px;
    line-height: 1.3;
}
.intro .sign {
    font-family: 'THSarabunNew';
    font-size: 22px;
    line-height: 1;
}
.intro .line {
    width: 239px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.intro .line &gt; img {
    margin: 0 auto;
}

.line &gt; img {
    display: block;
    max-width: 100%;
}

#section-intro {
    background-color: #f2f2f2;
    background-image: url(../img/intro-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
#section-intro .sc-inner {
    padding-top: 40px;
    padding-bottom: 220px;
}
#section-intro .intro {
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
}
#section-intro .intro .logo {
    width: 320px;
}

.ct-row {
    display: table;
    width: 100%;
    padding: 66px 0;
    table-layout: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
    -moz-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
    -o-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
    transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
}
.ct-row .ct-col {
    display: table-cell;
    vertical-align: middle;
}
.ct-row .ct-col-txt {
    padding: 60px 20px 0;
    vertical-align: top;
}
.ct-col-img {
    text-align: center;
    padding: 0 30px;
}
.ct-col-img &gt; img {
    max-height: 85vh;
}
.ct-col-txt {
    text-align: left;
    color: #a89b6a;
}
.ct-col-txt .title {
    font-family: 'THSarabunNewItalic';
    font-size: 40px;
    line-height: 1;
}
.ct-col-txt .line {
    padding: 30px 0;
}
.ct-col-txt .line img {
    width: 438px;
    max-width: 100%;
}
.ct-col-txt .detail {
    font-family: 'DBThaiTextX';
    font-size: 30px;
    line-height: 1.1;
}
.ct-col-txt .detail strong {
    font-family: 'DBThaiTextXBd';
}

/* Fixed */
.px-bgVideo {
    display: none;
    position: absolute;
    opacity: 0;
    width: 100vw; height: 100vh;
    top: 0; left: 0;
    z-index: 4;
}
.px-bgVideo img {
    display: inline-block;
    width: 100%; height: 100%;
    object-fit: cover;
}
.px-volume-control.off .btn-turnoff {
    display: none;
}
.px-volume-control .btn-turnon {
    display: none;
}
.px-volume-control.off .btn-turnon {
    display: block;
}
/* PX Video */
.px-video {
    position: relative;
}
.px-video .overlay {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    opacity: 0.38;
    background: transparent url(../img/overlay2.png) 0 0 repeat;
    z-index: 4;
}
.px-clipThumb video {
    width: 100%;
    object-fit: cover;
}
.px-clipThumb video, .px-clipThumb .frame-title {
    cursor: pointer;
}
canvas.canvid {
    width: 100%;
}

/* POPUP */
.popup {
    position: fixed;
    left: 0; top: 0;
    z-index: 0;
    width: 100%; 
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;  
    visibility: hidden;
    outline: none !important;
    -webkit-transition: all 440ms ease;
    -moz-transition: all 440ms ease;
    -o-transition: all 440ms ease;
    transition: all 440ms ease;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    background-color: #000;
    background-image: url(../img/popup-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 304px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.popup.show {
    visibility: visible;
    z-index: 2000;
    opacity: 1;
    overflow-y: auto;
}
.popup-inner {
    position: relative;
    padding: 64px 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.popup-player {
    width: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}
.popup.show .popup-player {
    -webkit-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
    -moz-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
    -o-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
    transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out;
}
.popup.show.view-detail .popup-player {
    opacity: 0;
    visibility: hidden;
}
.popup.show.view-detail .ct-row {
    opacity: 1;
    visibility: visible;
}
.popup-more {
    position: absolute;
    right: 10px; top: 10px;
    font-size: 25px;
    font-family: 'DBThaiTextXBd';
    color: #a89b6a;
    text-decoration: none;
    z-index: 15;
    outline: 0;
}
.popup-more .ic-info {
    width: 15px;
}
.popup-more .ic-info&gt;img {
    display: inline-block;
    vertical-align: top;
}
.popup-desc {
    position: absolute;
    top: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto; 
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}
.popup.view-detail .popup-desc {
    display: block;
    top: 0;
    opacity: 1;
    visibility: visible;
}
.popup.show .ct-row {
    position: relative;
    top: 40px;
    -webkit-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out, top 640ms ease-in-out;
    -moz-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out, top 640ms ease-in-out;
    -o-transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out, top 640ms ease-in-out;
    transition: opacity 440ms ease-in-out, visibility 440ms ease-in-out, top 640ms ease-in-out;
}
.popup.show.view-detail .ct-row {
    top: 0px;
}
.popup-back {
    position: relative;
    display: inline-block;
    font-family: 'DBThaiTextXBd';
    font-size: 25px;
    color: #a89b6a;
    text-decoration: none !important;
    line-height: 0.8;
    margin-top: 15px;
}
.popup-back:before {
    font-family: 'icokbank';
    content: "\e908";
    font-size: 14px;
    display: inline-block;
    margin-right: 4px;
}
.popup-close {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 21px;
    right: 21px;
    z-index: 9999;
    text-align: center;
    text-decoration: none;
    color: inherit;
    outline: 0;
}
.popup-close:after {
    font-family: 'icokbank';
    content: "\e90a";
    font-size: 25px;
    color: #a89b6a;
}

/* Customize Player */
.popup .video-js {
    width: 100%;
    height: 100%;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.video-js .vjs-progress-holder,
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
    height: 4px;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.vjs-icon-circle:before, 
.video-js .vjs-mouse-display:before, 
.video-js .vjs-play-progress:before, 
.video-js .vjs-volume-level:before {
    content: '';
}
.video-js .vjs-control {
    position: absolute;
    z-index: 5;
}
/*.vjs-icon-pause*/
.video-js .vjs-control,
.video-js .vjs-play-control.vjs-playing {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    color: #a89b6a;
    font-size: 13px;
    z-index: 15;
}
.video-js .vjs-control:before {
    line-height: 1;
}
.video-js .vjs-progress-control {
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 10px;
    padding: 5px 10px;
}
.video-js .vjs-control-bar {
    height: 60px;
    bottom: -60px;
    background-color: #000000;
    padding-top: 15px;
}
.video-js .vjs-slider {
    margin: 0 auto;
}
.vjs-play-progress.vjs-slider-bar {
    background-color: #a89b6a;
}
.vjs-play-progress.vjs-slider-bar::after {
    display: none;
}
.video-js .vjs-time-control,
.video-js .vjs-duration {
    display: inline-block;
    position: relative;
    height: 1em;
    padding: 0px 3px;
    min-width: 0px;
    color: #a89b6a;
    font-family: 'DBThaiTextX';
    font-size: 22px;
    line-height: 1em;
}
.video-js .vjs-time-control {
    left: 40px;
}
.video-js .vjs-time-divider {
    position: relative;
    padding: 0;
    min-width: 0px;
    color: #a89b6a;
}
.video-js .vjs-volume-menu-button,
.video-js .vjs-fullscreen-control,
.video-js .vjs-remaining-time {
    display: none;
}

.moveDown {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: auto;
    position: absolute;
    bottom: 25px;
    left: 0; right: 0;
    z-index: 10;
    line-height: 1;
    text-decoration: none !important;
}
.moveDown:after {
    font-family: 'icokbank';
    content: "\e90d";
    font-size: 30px;
    color: #8d8155;
}

@media only screen and (max-height:740px) {
    
    .thumb-item { margin-bottom: 30px;}
    .frame { width: 250px;}
    .frame-title { padding: 15px 0;}
    
    #section-intro .sc-inner { padding-bottom: 190px;}
    #section-intro .intro .text { font-size: 24px;}
    
}

@media only screen and (max-height:640px) {
    
    #section-intro .sc-inner { padding-bottom: 0;}
    #section-intro .intro { position: static;}
    
}

@media only screen and (max-width:1366px) {
    
    .ct-row .ct-col-txt { padding-top: 60px;}
    
}

@media only screen and (max-width:1199px) {
    
    .frame { width: 250px;}
    .frame-title { padding: 15px 0;}
    
    #section-intro .sc-inner { padding-bottom: 190px;}
    #section-intro .intro .text { font-size: 24px;}
    
}

@media only screen and (max-width:1024px) {
    
    html, body { overflow: visible;}
    
    .visible-desktop { display: none !important;}
    .visible-device { display: block !important;}
    
    #section-hero {
        display: table;
        width: 100%;
        table-layout: fixed;
        background-image: url(../img/hero-m-bg.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100vh;
        padding: 0 10px 60px;
    }
    #myVideo { display: none !important;}
    .hero-device {
        display: table-cell !important;
        width: 100%; height: 100%;
        vertical-align: middle;
    }
    .hero-device .king {
        display: block;
        max-width: 40%;
        margin: 30px auto;
    }
    .hero-device .king img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .hero-device .intro .logo { min-width: 250px; line-height: 0; margin-bottom: 15px;}
    .hero-device .moveDown, #section-hero .hero-device .vdo-controls { bottom: 35px;}
    
    .ct-row, .ct-row .ct-col { display: block; width: 100%;} 
    .ct-row { padding: 0;}
    .ct-row .ct-col { padding-left: 20px; padding-right: 20px;}
    .ct-row .ct-col-txt { text-align: center; padding: 60px 0 30px;}
    
    .ct-row .ct-col-img { display: none;}
    .ct-col-img &gt; img { max-height: 50vh;}
    
    .ct-col-txt .line&gt;img { margin: 0 auto;}
    .ct-col-txt .line { padding: 15px 0 20px;}
    .ct-col-txt .detail { text-align: left;}
    
    .popup-inner { padding: 65px 0 35px;}
    .popup-back, .popup-more { font-size: 20px;}
    .popup-back:before { font-size: 12px;}
    .popup-more { top: auto;}
    .popup-more .ic-info { width: 12px;}
    
    .popup { background-size: 200px; }
    
}

@media only screen and (max-width:991px) {
    
    .thumb-item { width: 50%; margin-bottom: 40px;}
    
    .frame { width: 300px;}
    .frame img { width: 100%;}
    
    #section-intro { height: auto !important;}
    #section-intro .sc-inner { padding-bottom: 0; padding-top: 45px;}
    #section-intro .intro { position: static;}
    #section-intro .intro .logo { width: 250px;}
    
    .ct-col-txt .title { font-size: 30px;}
    .ct-col-txt .line { padding: 20px 0;}
    .ct-col-txt .detail { font-size: 25px;}

}

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

    .hero-device .king, .hero-device .intro .logo { max-width: 60%;}

}

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

@media only screen and (max-width:568px) {
    
    .popup-close:after { font-size: 20px;}
    
    .thumb-item { display: block; width: 100%; padding: 0;}
    .frame-title { margin: 0 -30px; padding: 15px 10px;}
    
    .hero-device .king, .hero-device .intro .logo { max-width: 70%;}

}

@media only screen and (max-width:375px) {
    
    .hero-device .intro { padding: 0;}
    .hero-device .king { margin: 20px auto;}
    
    .intro .text { font-size: 24px;}
    
}

@media only screen and (max-width:320px) {
    
    .intro .text, .frame-title { font-size: 20px;}
    .intro .sign { font-size: 18px;}
    
    .hero-device .king { margin-bottom: 10px;}
    .hero-device .king, .hero-device .intro .logo { max-width: 65%;}
    
}</pre></body></html>