.video-container { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .cita { border-top: 1px solid #999; border-bottom: 1px solid #999; width: 43%; text-align: right; font-size: x-large; font-family: serif; color: #333; display: flex; flex-direction: column; gap: 8px; margin: 24px 0 24px auto; position: relative; font-style: italic; } .cita p{ margin: 0 5px 0 30px; } .cita p:last-child{ font-size: 0.7em; font-weight: bold; } .cita:before { content: "\201C"; position: absolute; font-size: 3em; top: -2px; background: #fff; line-height: 0.5; }