.custom-panel{
	float: none;
	max-width: 100%;
}
.custom-panel h2{
    font-size: 2rem;
    color: #d5e1da;
    margin-left: 1rem;
}

.cont-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 2rem;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
