.ctype-yaw_headerteaser {
	z-index: 9999;
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 100%;
    max-width: 395px;
}

.ctype-yaw_headerteaser .bg-danger-subtle {
	background-color: #ffffff !important;
}

.ctype-yaw_headerteaser .card-header {
	position: relative;
	
	&:before {
        content: '';
        display: block;
        width: 100%;
        height: 40px;
        margin-top: -47px;
        background: inherit;
        clip-path: polygon(100% 51%, 0% 100%, 100% 100%);
        position: absolute;
        left: 0;
	}

	&:after {
        content: '';
        display: block;
        width: 100%;
        height: 40px;
        margin-bottom: -40px;
        background: inherit;
        clip-path: polygon(0 0, 0 64%, 153% 0);
        position: absolute;
        left: 0;
        bottom: 0;
	}
}

.ctype-yaw_headerteaser .card .card-body {
	&:after {
        content: '';
        display: block;
        width: 100%;
        height: 40px;
        margin-bottom: -40px;
        background: inherit;
        clip-path: polygon(0 0, 0 64%, 153% 0);
        position: absolute;
        left: 0;
        bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
   .ctype-yaw_headerteaser {
        z-index: 9999;
        position: absolute;
        right: 10%;
        bottom: 10%;
        width: 100%;
        max-width: 395px;
    }   
}
@media screen and (max-width: 1400px) {
    .ctype-yaw_headerteaser .display-3 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 1600px) {
    .ctype-yaw_headerteaser {
        z-index: 9999;
        position: absolute;
        right: 10%;
        bottom: 4%;
        width: 100%;
        max-width: 528px;

        .display-3 {
            font-size: 2.2rem;
        }
    }   
}
@media screen and (max-width: 1300px) {
    .ctype-yaw_headerteaser {
        position: relative;
        right: auto;
        left: auto;
        width: 100%;
        bottom: 0;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }   
}

