.bottom-sheet .views-field-diplo-entity-view {

}

.bottom-sheet .views-field-diplo-entity-view .toggle-full {
  position: fixed;
  width: 100%;
  background: #fff;
  min-height: calc(100vh - 360px);
  margin: 0 auto;
  padding: 1rem;
  bottom: 0;
  /*height: auto;*/
  max-height:300px;
  overflow:scroll;
  left: 0;
}


@media only screen and (min-width: 321px) and (max-width: 480px) {
  .bottom-sheet .views-field-diplo-entity-view .toggle-full {
    top: 200px;

 } 
}