
.voddetails_body{
    display:flex;
    background-color: #000000;
    height: 100%;
    width:100%;
}

#voddetails_container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content:space-between;
    overflow: hidden;

}

#voddetails_c1 {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content:space-between;
    margin:1.5vh;
    border: 0.5vh solid #FFFFFF50; /* Border width, style, and color */
    border-radius: 15px;
    padding: 2px;




    width:90vw;
    align-self: center;
    overflow: hidden; /*important */
    //background-color: red;
}

#voddetails_left {
    display: flex;
    height:100%;
    width:auto;
    justify-content: left;

    flex-wrap: nowrap;
    // overflow: hidden;
    // min-width: 47%;
    // max-width: 10vw;
    // background-color: blue;
}

#voddetails_poster {
    display: flex;
    height: 100%;
    width: auto;
    color: white;
    padding: 1vh;
    max-height: 50vw;
    min-width: 35vw;
    box-sizing: border-box;
    object-fit: contain;
    justify-content: left;
    align-self: center;

}

#voddetails_right {
    display: flex;
    flex-direction:column;
    width:100%;
    height:100%;
    padding: 2vh;
    overflow: hidden;
    flex-wrap:nowrap;
    //background-color: #300020FF;

}
#voddetails_name {
    color:white;
    background-color: #202020FF;
    font-size: 4.5vh;
    font-weight: bold;
    padding-left: 4%;
    //align-self: center;

}

#voddetails_genre {
    color:white;
    margin-top: 1%;
    padding-left: 3%;
    font-size: 3.5vh;
    // align-self: center;
}
#voddetails_icons {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 0.5vh;
    padding-left: 3%;
    overflow: hidden; /*important */
    flex-wrap:nowrap;
    height: 6%;
}

.voddetails_icon {
    display: block;
    box-sizing: border-box;
    max-width: 25%;
    

 // width: fit-content;

}




#voddetails_description {
    background-color: black;
    width: 100%;
    height: 100%;
    justify-self: center;
    margin-top: 1%;
    color:grey;
    font-size: 3.5vh;

    display: flex;
    overflow: hidden; /*important */
    flex-wrap:nowrap;
    margin-top:  2vh;
}


#voddetails_c2 {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content:space-between;

    width:90vw;
    align-self: center;
    height: auto;

    overflow: hidden; /*important */
}

#voddetails_c3 {
    width:80%;
    align-self: center;
    justify-self: center;
    align-items: center;
    align-content: center;
    text-align: center;
    //   flex-flow: row wrap;
}




/* buttons  */
/*#voddetails_seasons {
    height: fit-content;
    padding: 0px;
}

#voddetails_episodes {
    padding: 0px;
}*/

/* DROPDOWN ITEM */
#vod_serie_dropdown_item {
    display:flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
    height: fit-content;
    align-self: center;
}

#vod_serie_dropdown_item_c1 {
    display:flex;
    flex-direction:row;
    align-self: center;
    color:grey;
    font-size: 2vh;
    text-align: center;
}

#vod_serie_dropdown_item_c2 {
    display:flex;
    flex-direction:row;
    align-self: center;
    font-size: 2.5vh;
    text-align: center;
}

