#activityMap{
  width: 90%;
  max-height: 50vh;
  margin:auto;
}
.main{
  grid-column: 2/5;
}

.swiper {
  width: 600px;
  height: 300px;
}

.carosel{

    justify-content: center;
    min-height: 300;
    margin: .5em;
}

#volc-map{
    height: 460px;
    width:  100%;
}   

.commMarker{  
    filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white) drop-shadow(-1px -1px 0px white);
  fill:saddlebrown ;
  stroke: white;
  stroke-width: 1px;
  stroke-dasharray: 2,2;
  stroke-linejoin: round;
}

.webcamMarker{  
    filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white) drop-shadow(-1px -1px 0px white);
  stroke: white;
  stroke-width: 1px;
  stroke-dasharray: 2,2;
  stroke-linejoin: round;
}

.volcano-list{
  column-width: 15em;
  padding: 1em
}

.monicon{
    height:  4em;
    padding: 1em;
}

.volc-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.volc-title > h3{
     align-content: flex-end;
}

.rose{
    float: right;
}

@media screen and (max-width: 900px) {
  .rose{
    display: none;
  }
}

.citation{
    font-size: small;
    padding:.5vw;
}

.citation h4{
    margin: auto;
}

.pronunciation{
  width: 50px;
  border-radius: 10px;
  margin: auto;
  vertical-align: top;
}

.index-tab-container{
  padding: 10px;
}

#color-code-timeline {
  width:100%;
  max-width:100%;
  min-height:250px;
}

@media (orientation: portrait) {
  #color-code-timeline {
    min-height:1150px;
  }

  #activityMap{
    width: 100%;
    height: 64vh;
    max-height: 80vh;
  }

  .monicon{
    height:  2em;
    padding: 0.5em;
  }
}