
.parent-wrapper{
    width:90%;
    margin:0px auto;
}

.frame-wrapper{

    position:relative;
    padding-bottom: 56.25%;
    padding-top:25px;
    height: 0px;
}

.frame-wrapper iframe{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
width: 100%;
    height: 100%;
    border-radius: 0.15rem;
}