.mainContainer {
    display: flex;
    flex-direction: row;
}

iframe {
    border: unset;
}

.title-newContent{
    display: flex;
    align-items: baseline;
}

.title-newContent span {
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
    margin-left: 0.6em;
    color: #869c37;
    font-family: 'Bahnschrift';
    font-size: 1.2em;
    cursor: pointer;
    margin-top: 0;
}

.title-newContent span.rotate {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}



.mainContainer>div {
    display: flex;
    width: 50%;
}

.videoInformation {
    flex-direction: column;
}

.thumbnails {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: auto;
    height: 100%;
}
.videoThumbnail {
    display: flex;
    width: 33%;
    aspect-ratio: 16/9;
    max-width: 33%;
}

.videoThumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.videoInner {
    width: 100%;
    height: 100%;
}

.videoInner {
    width: 100%;
    height: 100%;
    padding: 0 1%;
}

.entry-content {
    background-color: black;
}

.info h1 {
    margin: 0;
    color: white;
    font-size: 1.8em;
    margin-bottom: 0.3em;
    font-family: 'Bold';
}
.info h3 {
    color: white;
    margin: 0;
    font-size: 0.9em;
    font-family: 'Bahnschrift';
}
.info span {
    color: white;
    margin: 0;
    font-size: 0.9em;
    font-family: 'Bahnschrift';
}
.description p {
    color: white;
    font-size: 1em;
    font-family: 'Bahnschrift';
    text-align: justify;
}

.videoInner iframe {
width: 100%;
height: 100%;
}

.mainContainer {
padding: 0 4%;
}



.mainContainer {
height: 70vh;
box-sizing: border-box;
padding: 2% 4%;
}


/**/


.videoInner {
width: auto;
height: auto;
padding: 0 1%;
aspect-ratio: 16/9;
max-width: 100%;
}

html .video {
width: 65%;
}

html .videoInformation {
display: flex;
width: 43%;
}
@media only screen and (max-width:1850px){
    html .video {
        width: 57%;
    }
    html body .videoInformation {
        display: flex
;
        width: 41%;
    }
    }
@media only screen and (max-width:1670px){
html .videoInner {
    max-width: 94%;
}
html .info h1 {
    font-size: 1.5em;
}
html .description p {
    font-size: 0.8em;
}
html .mainContainer {
    padding: 2% 1%;
}
html .thumbnails{
    max-height:50%;
    margin-top:unset;
}
html .related-videos {

    width: 30%;
    padding-right:unset;
}

.related-videos ul{
    text-align: center;
}


}

@media only screen and (max-width:1600px) and (min-width:1000px){
    html body .related-videos h2 {
        font-size: 0.8em;
    }
    html body .title-newContent span {
        font-size: 0.9em;
    }
    html body .related-videos ul li {
        font-size: 0.8em;
        text-align:left;
    }
}

@media only screen and (max-width:1100px){
html .mainContainer {
    flex-direction: column;
}
html .videoInner iframe {
    width: 100%;
    height: 50vh;
    padding: 0 1%;
    aspect-ratio: 16/9;
}
html .videoInner {
    max-width: 100%;
    height: 100%;
}
html body .video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em 0;
}
html body .mainContainer {
    height: auto;
}
html body .videoInformation{
    display:flex;
    width:100%;

}
html .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

html .description {
    text-align: center;
    padding: 2% 9%;
}
html .description p {
    padding-right: 0;
}
html .videoThumbnail {
    width: 37%;
    max-width: 40%;
}
html .videoInner {
    max-width: 100%;
    height: max-content;
    width: max-content;
}
html .thumbnails {
    justify-content: center;
    align-items: center;
}
html .related-videos h2{
    font-size:1.6em;
}

html .related-videos ul li{
    font-size:1.1em;
}
html .related-videos ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-end;
}
html .related-videos ul li {
    font-size: 1.1em;
    width: 50%;
}



}


@media only screen and (max-width:600px){
html body .info h1 {
    font-size: 1.1em;
    text-align: center;
}
html body .videoThumbnail {
    width: 48%;
    max-width: 48%;
}
html .videoInner iframe {
    height: auto;
}
html .description {
    padding: 2% 2%;
}
html body .description p {
    font-size: 0.7em;
}
html .videoInner {
    max-width: 100%;
    height: max-content;
    width: 100%;
    padding: 0;
}
html .related-videos h2 {
    font-size: 1.2em;
}

html .related-videos ul li{
    font-size:1em;
}
}

.description {
position: relative;
}

.description p span {
margin-left: 0.5em;
color: #869c37;
cursor: pointer;
user-select: none;
}

.fullDescription {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(134, 156, 55, 0.95);
z-index: 9;
transition: all 0.25s cubic-bezier(.66,.73,.05,.97);
max-height: 0;
display: flex;
justify-content: center;
align-items: center;
}
.fullDescription span {
color: white;
font-size: 1em;
font-family: 'Bahnschrift';
padding: 0 4%;
text-align:justify;
}

.related-videos {
    padding: 0.4em 0.6em;
}

.related-videos h2 {
    color: #869c37;
    font-family: 'Bahnschrift';
    font-size: 1.2em;
    display: flex
;
    align-items: center;
    cursor: pointer;
    margin-top: 0;
}

.related-videos ul{
    list-style: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #869c37 #353e12;
    margin: 0;
}



.related-videos ul li{
    color:#869c37;
    font-family: 'Bahnschrift';
    font-size: 1em;
    cursor: pointer;
}
.related-videos ul li:not(li:last-of-type) {
    margin-bottom: 10px;
}
.related-videos h2:hover:not(span) {
    text-decoration: underline;
}

/* MODAL RELATED VÍDEOS */
.modal-related {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex
;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 999;
}
.modal-related.show{
    opacity: 1;
    pointer-events: auto;
}
.modal-content {
    padding: 1rem;
    transform: translateY(-20em);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    max-width: 90%;
}
.modal-related.show .modal-content {
    transform: translateY(0px);
    opacity: 1;
    margin-top: -3em;
}

iframe.related-iframe {
    width: 51vw;
    height: 60vh;
    border: 20px solid #839c37;
}

#close-modal {
    display: flex
;
    width: 63px;
    height: 55px;
    margin-bottom: 0.3em;
    cursor: pointer;
    margin-left: -0.7em;
}

svg.bi-x {
    width: 62px;
    height: 62px;
}
@media only screen and (min-width:1660px) and (max-width:1810px){
    .related-videos ul li:not(li:last-of-type) {
        margin-bottom: 6px;
    }
}

@media only screen and (max-width:1000px){
    iframe.related-iframe {
        width: 79vw;
    }
    .related-videos ul li:not(li:last-of-type) {
        margin-bottom: 10px;
    }

}
@media only screen and (max-width:600px){   
.fullDescription {
    width: 90%;
    transform: translateX(-50%);
    left:50%;
}
.related-videos ul li:not(li:last-of-type) {
    margin-bottom: 12px;
}
.modal-related.show .modal-content {
    margin-top: -8em;
}
iframe.related-iframe {
    width: 100%;
    height: 100%;
    border: 7px solid #839c37;
    aspect-ratio: 16 / 9;
}
.related-videos {
    padding-top: 1.4em;
    padding-bottom: 1em;
}
.related-videos ul {
    text-align: center;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.6em;
    margin-bottom: 1em;
}
.related-videos ul li {
    width: 50%;
}
.title-newContent {
    justify-content: center;
}

}