.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.logo-small {
    width: auto;
    height: 60px;
    opacity: .8;
}
.header-small{
    display: none;
}

@media(min-width: 750px){
    .logo-small {
        display: none;
    }
    .proyecto .fotos figure img {
        width: 100% !important;
    }

}
@media (max-width: 450px) {
    #canvas{
        display: none;
    }
    .logote{
        zoom: 60%;
        opacity: .1;
    }
    .logo-proyects{
        display: none;
    }
    .header-small{
        display: block;
    }

    .menu-item {
        font-size: 19px;
    }
    .tag{
        display: none;
    }
    .logo-small {
        display: block;
        padding-top: 0;
    }
    h2 {
        font-size: 45px;
    }
    .menu{
        margin-top: -11px;
    }
    .text-hello{
        display: none;
    }
    .text-about{
        font-size: 16px;
        width: 100%;
    }
    .text-skills{
        margin-top: 25px;
    }
    .text-skills li{
        font-size: 14px;
        margin-bottom: 9px;
        width: 50%;
    }
    .text-skills li::before {
        width: 1em;
    }
    .text-skills h3{
        margin-bottom: 20px;
    }
    .showcase-title {
        font-size: 2em;
    }
    .clientes li {
        width: 50%;
    }
    .proyecto .logo{
        padding-top: 0;
    }
    .proyecto .info {
        margin-top: 20px;
    }
    .intro{
        padding-bottom: 40px;
        padding-top: 0;
    }
    .projects{
        padding: 0;
    }
    .proyecto .text{
        font-size: 16px;
    }
    .proyecto h1{
        font-size: 8vw;
        font-weight: bold;
        margin-bottom: 14px;
        padding-top: 0;
        margin-top: 0;
    }
    .proyecto .fotos figure img{
        width: 100% !important;
    }
    .proyecto .fotos{
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 350px) {
    .logo-proyects{
        display: none;
    }
    .header-small a{
        padding:0;
        padding: 0;
    }
    .menu-item {
        font-size: 16px;
    }
}