/* youtube iframe 高度 */

section.teachers .embed-wrapper {
    height: 200px;
    margin: 28px 0
}

@media (min-width: 576px) {
    section.teachers .embed-wrapper {
        height: 320px
    }
}

@media (min-width: 992px) {
    section.teachers .embed-wrapper {
        height: 480px
    }
}

section.teachers .embed-wrapper iframe {
    border-radius: 12px
}


/* line button */

main.buy .fixed-group.adjusted button a.line-btn {
    padding: 0px;
}

main.buy .fixed-group.adjusted button a.line-btn i {
    height: 100%;
}


@media (min-width: 768px) {
  main.buy .fixed-group.adjusted button a.line-btn {
    width: 80px;
  }
}


/* line icon 切換大小版切換顯示 */

main.buy .fixed-group.adjusted button a.line-btn i img.line-icon-mobile {
    display: block;
}

main.buy .fixed-group.adjusted button a.line-btn i img.line-icon-desktop {
    display: none;
}

@media (min-width: 768px) {
    main.buy .fixed-group.adjusted button a.line-btn i img.line-icon-mobile {
        display: none;
    }

    main.buy .fixed-group.adjusted button a.line-btn i img.line-icon-desktop {
        display: block;
    }
}