*{
		border: none;
	}
	.ded{
		display: flex;
		justify-content: center;
	}
  /*
  .video {
    display: flex;
    justify-content: center;
    height: 0;
    position: relative;
    padding-bottom: 29%;
    overflow: hidden;

}
.video iframe {
    position: absolute;
    
    width: 58%;
    height: 100%;
}
*/

a.youtube {
    position:relative;
    display: flex;
    justify-content: center;
    
}
a.youtube img {
    width:60%;
    max-width:60%;
}
a.youtube:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    /*scale: 0.3;*/
    width:100%;
    height:100%;
    /*background-image: url('images/ytb.png') no-repeat center center;*/
    background:url('/images/ytb.png') no-repeat center center;
    /*
    transition:.2s;
    opacity:0.7;
    filter:grayscale(100%);*/
}
a.youtube:hover:after {
    opacity:1;
    filter:grayscale(0%);
}


@media(max-width: 760px){
    a.youtube:after {
      scale: 0.3;
    }
    .primary-p{
        font-size: 17px; 
    }
    .secondary-p{
        font-size: 15px
    }
}
@media(min-width: 761px){
    a.youtube:after {
      scale: 0.6;
    }
    .primary-p{
        font-size: 24px; 
    }
    .secondary-p{
        font-size: 22px
    }
}
.primary-p{
    text-align: left; 
    color: white;
}