39 lines
588 B
CSS
39 lines
588 B
CSS
img[alt=LogoAbout] {
|
|
width: 250px;
|
|
margin-top: 50px;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.home-about .avatar img {
|
|
border-radius: 0%;
|
|
}
|
|
|
|
.home-about .avatar img.custom {
|
|
height: 20rem;
|
|
width: 20rem;
|
|
}
|
|
|
|
.audioCaption {
|
|
font-size: small;
|
|
font-style: italic;
|
|
}
|
|
|
|
.subtitle {
|
|
font-size: small;
|
|
font-style: italic;
|
|
margin-top: -20px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.video_wrapper {
|
|
position: relative;
|
|
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
|
|
}
|
|
|
|
iframe{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
} |