/* ---------------------------------------- 
* Title         : autoindex/css/element.css
* Environment   : 
* Descriptions  : ---------------
* Date          : 251009_211059
* Created by    : Swami Nirav Atasa
* sh R:/data/pub/web/anastasia/www/autoindex/css/element.css
* ---------------------------------------- 
*/


a {
  text-decoration : none;
}



dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}



/* large : fit to container */
/* small : leave */
/*
img {
    display: block;
    width: 100%;
}
*/



.iframe_v{ 
  aspect-ratio: calc(9/16);
  width: 100%; max-width:700px;
}

.iframe_h{ 
  aspect-ratio: calc(16/9);
  width: 100%; max-width:1200px;
}



