/*
 Theme Name: spazio
 Template: twentytwenty
 */

.portfolio-video-wrap .elementor-custom-embed-play i{
	opacity:0;
	visibility:hidden;
}
.portfolio-video-wrap .elementor-custom-embed-play{
	background-image:url('images/play-button-svgrepo-com.svg');
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	max-width: 60px;
}
video {
    object-fit: cover;
}
.contact-from-message.contact-from-field {
    margin-top: 106px;
}

.frm_forms select {
    background: #fff url(images/down-arrow.png) !important;
    appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 15px !important;
}


