.cx_white_craft_animation_home_hero_section {

	position: relative;

}

.cx_white_craft_animation_home_hero_section .video-popup-main-wrapper {

	position: absolute;
    height: 280px;
    width: 280px;
    cursor: pointer;
    z-index: 9;
  	top: 42%;
    right: 5%;

}

/* For Popup */

.home_hero_section_popup .swal2-popup .video-popup-wrapper {

	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;

}


.home_hero_section_popup .swal2-popup .video-popup-wrapper iframe {

	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.home_hero_section_popup .swal2-html-container, .home_hero_section_popup .swal2-show {

    padding: 0;

}

.home_hero_section_popup .swal2-close:focus {

	background: transparent;
	
}