.twelve-focus-video-wrapper img{
    width: 100%;
    margin-bottom: 30px;
    max-width: none !important;
}
.twelve-focus-video{
    position: relative;
    width: 100%;
    padding: 5% 0;
}
iframe{
    width: 100% !important;
    /* height: 100%; */
    min-height: 400px

}
.twelve-focus-video-wrapper p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 121.69%;
    /* identical to box height, or 16px */
    text-align: center;
    color: #A5A5A5;
}
.twelve-focus-type{
    display: flex;
    background-color: #242323;
    margin: 0 auto;
    min-width: 80%;
    height: 45px;
    border-radius: 60px;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 15px;
}
.twelve-focus-type div{
    width: calc(100% / 3);
}
.twelve-focus-type p{
    color: white;
    font-size: 11px;
    font-weight: bold;
}
.twelve-focus-video-wrapper{
    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.type-two{
    background-color: #FFFFFF;
    border-radius: 60px;
    color: black;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.type-two p{
    color: black;
}
@media only screen and (max-width: 1080px){
    iframe{
        min-height: 450px;
    }
}
@media only screen and (max-width: 575px){
    iframe{
        min-height: 315px;
    }
}
@media only screen and (max-width: 475px){
    .twelve-focus-type{
        min-width: 90%;
    }
    .twelve-focus-type p{
        font-size: 10px;
    }
}
@media only screen and (max-width: 375px){
    .twelve-focus-type{
        min-width: 95%;
    }
    .twelve-focus-type p{
        font-size: 9px;
    }
}