/* >> Pulbikáció CSS
----------------------------------------------------*/
.m-attach_gallery{margin-top: 2em;}
.m-attach_gallery .modul-title{border-bottom: 1px solid #dedede; line-height: 1.43; font-weight: bold; margin-bottom: 1em; text-transform: uppercase; padding: 8px; color: #cd1719;}
.m-attach_gallery .modul-title span{text-transform: none; font-weight: 300; color: #626262;}

.m-attach_gallery li{margin-bottom: 2em;}
.m-attach_gallery li .title{line-height: 1.43; color: #626262;}
.m-attach_gallery li .title:hover{color: #cd1719;}

.m-attach_gallery li .title span{display: block; margin-top: 0.5em; font-weight: bold;}
.m-attach_gallery.partner li .title span{text-align: center;}


.m-attach_gallery li .youtube-container {height: 0; overflow: hidden; padding-bottom: 75%; padding-top: 0px; position: relative;}
.m-attach_gallery li .youtube-container iframe,
.m-attach_gallery li .youtube-container object,
.m-attach_gallery li .youtube-container embed {height: 100%; left: 0; position: absolute; top: 0; width: 100%;}

/* >> Tab & PC
--------------------------------------------*/
@media only screen and (min-width: 520px){
    .m-attach_gallery li{float: left; display: block; width: 49%; margin-right: 2%;}
    .m-attach_gallery li:nth-child(2n){margin-right: 0;}
    
}