@charset "utf-8";
/* CSS Document */

.videotitle {
    font-size: 18px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 28px;
    font-family: "atrament-web";
    letter-spacing: 1px;
    text-align: left;	
	margin-bottom: 0px;
	margin-top: 0px;
	margin-block-start: 0em;
    margin-block-end: 0em;		
}
.videosubtitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: lowercase;
    font-family: "atrament-web",serif;
    letter-spacing: 1px;
    text-align: left;
}

.image-cropper .play_icon {
    cursor: pointer;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.videoplay_btn_color {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: "ff-good-headline-web-pro-con";
}

.icon-play-wrapper {
    border: 3px solid;
    width: 60px;
    height: 60px;
}