#home_videothek ul li {
    padding:0;
    float:left;
    margin:10px 10px 0 4px;
    width:150px;
    overflow:hidden;
}

#home_videothek ul li img {
    width:150px;
    height:auto;
}

#home_videothek ul li .image {
    height:84px;
    overflow:hidden;
    position:relative;
    padding:0px !important;
    margin:0px !important;
}

#home_videothek ul li .title {
    border-top:none;
    padding:3px 2px;
    text-align:center;
    font-size:13px
}

#home_videothek ul li .infos {
    border-top:none;
    padding:3px 2px;
    font-size:11px;
}

@media only screen and (min-width: 1023px) AND (max-width: 1024px) {
    #home_videothek ul li {width:315px;}
    #home_videothek ul li img {width:315px;}    
    #home_videothek ul li .image {height:177px;}
    #home_videothek ul li .title {font-size:25px}
    #home_videothek ul li .infos {font-size:15px;}
}

@media only screen and (min-width: 361px) AND (max-width: 640px) {
    #home_videothek ul li {width:188px;}
    #home_videothek ul li img {width:188px;}
    #home_videothek ul li .image {height:106px;}    
    #home_videothek ul li .title {font-size:18px}
    #home_videothek ul li .infos {font-size:13px;}
}

@media only screen and (min-width: 601px) AND (max-width: 601px) {
    #home_videothek ul li {width:270px;}
    #home_videothek ul li img {width:270px;}
    #home_videothek ul li .image {height:152px;}
    #home_videothek ul li .title {font-size:25px}
    #home_videothek ul li .infos {font-size:15px;}
}

@media only screen and (min-width: 600px) AND (max-width: 600px) {
    #home_videothek ul li {width:270px;}
    #home_videothek ul li img {width:270px;}
    #home_videothek ul li .image {height:152px;}
    #home_videothek ul li .title {font-size:25px}
    #home_videothek ul li .infos {font-size:15px;}
}

@media only screen and (min-width: 615px) AND (max-width: 615px) {
    #home_videothek ul li {width:180px;}
    #home_videothek ul li img {width:180px;}
    #home_videothek ul li .image {height:101px;}
    #home_videothek ul li .title {font-size:16px}
    #home_videothek ul li .infos {font-size:13px;}
}

@media only screen and (max-width: 369px) {
    #home_videothek ul li {width:150px;}
    #home_videothek ul li img {width:150px;}
    #home_videothek ul li .image {height:84px;}
    #home_videothek ul li .title {font-size:13px}
    #home_videothek ul li .infos {font-size:11px;}
}
 
@media only screen and (max-width: 360px) {
    #home_videothek ul li {width:150px;}
    #home_videothek ul li img {width:150px;}
    #home_videothek ul li .image {height:84px;}
    #home_videothek ul li .title {font-size:13px}
    #home_videothek ul li .infos {font-size:11px;}
}