/*
Theme Name:		Skans WP
Theme URI:		http://kodesolution.net
Description: 	Education Course WordPress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author:				ThemeMascot Team
Author URI:		https://themeforest.net/user/thememascot
Version:			2.0
License:			GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	skans-wp
Tags:			one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready


This is a placeholder file required by WordPress, so do not delete it. CSS changes can be made in files in the /css/ folder. 
*/

.Teams-section .wpb_wrapper img {
    max-height: 330px;
    object-fit: cover;
    object-position: top;
}

.playVideoBtn{
    margin-top: 40px;
    background: url(https://shaareiadirim.org/wp-content/uploads/2022/12/play.png) left center / contain no-repeat;
    font-family: Rubik;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0px 10px 75px;
    border-radius: 45px;
    width: 175px;
    display: none;
}

.playVideoBtn:hover,
.playVideoBtn:focus{
    padding-left: 85px;
    color: #b07f4a;
}

.page-id-21075 .playVideoBtn,
.page-id-23092 .playVideoBtn,
.page-id-21173 .playVideoBtn,
.page-id-21178 .playVideoBtn,
.page-id-23264 .playVideoBtn{
    display: inline-block;
}