.videoContainer{
    position: relative;
    width: 581px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-left: 26px;
    margin-bottom: 26px;
}

.info{
    position: relative;
    height: 120px;
    width: 100%;
    float: left;
    background-color: #ffff;
}

.video{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.vista{
    position: relative;
    width: 100%;
    height: 326px;
}

.tituloVideo{
    position: relative;
    top: 20px;
    height: auto;
    width: auto;
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 24px;
    color: #001A46;
    margin-left: 5%;
}

.descripcion{
    position: relative;
    top: 30px;
    float: left;
    height: auto;
    height: auto;
    width: 560px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 16px;
    color: #001A46;
    margin-left: 5%;
}
@media screen and (max-width: 768px) {
    .videoContainer {
        position: relative;
        width: 320px;
        margin: 0 auto;
        margin-bottom: 13px;
    }
    .video {
        width: 320px;
        height: 180px;
    }
    .vista {
        width: 320px;
        height: 180px;
        background-size: 100% 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .info {
        height: 74px;;
        width: 320px;
    }
    .tituloVideo {
        top: 10px;
        width: 320px;
        font-size: 18px;
        line-height: 17px;
    }
    .descripcion {
        top: 20px;
        width: 320px;
        font-size: 14px;
        line-height: 14px;
    }
}


