/*主選單按鈕*/
.main-menu{
    width:8%;
    position: fixed;  /*固定在網頁上不隨卷軸移動，若要隨卷軸移動用absolute*/
    top:0%;  /*設置垂直位置*/
    right:-2%;  /*設置水平位置，依所放的內容多寡需要自行手動調整*/
    border-radius: 10px;  /*圓角*/

}






.menu-picture {
width:70%;
}






.main-pic{

    position: fixed;  /*固定在網頁上不隨卷軸移動，若要隨卷軸移動用absolute*/


top: calc(5% - 24px);
left: calc(50% - 84px);


    border-radius: 10px;  /*圓角*/


}




iframe {
  position:absolute;
  top: 0px; /*where 0px is bootstrap default navbar height*/
  width: 100%;
  height: calc(100% - 0px);
}






.main-size{

width:30%;

}

